RM test files
This commit is contained in:
parent
abcc7fa481
commit
036e3023ad
1 changed files with 0 additions and 30 deletions
|
|
@ -1,30 +0,0 @@
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags: 'v*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test-release:
|
|
||||||
runs-on: [ debian ]
|
|
||||||
steps:
|
|
||||||
- uses: https://source.mapcomplete.org/actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Print root directory
|
|
||||||
shell: bash
|
|
||||||
run: ls /
|
|
||||||
|
|
||||||
- name: create dummy file
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
mkdir test
|
|
||||||
echo "Hello world!" > test/test.txt
|
|
||||||
|
|
||||||
- uses: actions/forgejo-release@v2.6.0
|
|
||||||
with:
|
|
||||||
direction: upload
|
|
||||||
url: https://source.mapcomplete.org
|
|
||||||
repo: MapComplete/planet-file-updater
|
|
||||||
release-dir: test/
|
|
||||||
release-notes: "Release version ${{ github.ref_name }}"
|
|
||||||
sha: "${{ github.sha }}"
|
|
||||||
tag: "${{ github.ref_name }}"
|
|
||||||
token: ${{ secrets.WRITE_TOKEN }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue