test: Add download test for slash tags

This commit is contained in:
Felix Kröner 2025-07-25 08:11:04 +02:00
parent f8222f6bf2
commit 0553b25c00

View file

@ -91,5 +91,18 @@ jobs:
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: |
diff -u upload-dir-v2 download-dir-v2
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
id: release-download-with-slash-in-tag
uses: SELF@vTest
with:
direction: download
tag: a/v3.0
token: FORGEJO_TEST_TOKEN
release-dir: download-dir-v3a
download-latest: true
verbose: true
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: |
diff -u upload-dir download-dir-v3a
- if: failure()
run: docker logs forgejo