ci: update release workflow

This commit is contained in:
2024-12-05 21:55:56 +02:00
parent ab029a3ecd
commit 74bfe08865

View File

@@ -91,7 +91,7 @@ jobs:
name: autocurrency.tar.gz
- name: Verify File Existence
run: ls -l autocurrency.tar.gz
run: ls -l -d -1 "$PWD/autocurrency.tar.gz"
- name: Upload to Release
if: ${{ needs.release.outputs.release_created }}