RM test files

This commit is contained in:
Pieter Vander Vennet 2025-06-17 00:22:07 +02:00
parent abcc7fa481
commit 036e3023ad

View file

@ -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 }}