make sure not to upload unrelated artifacts to a release

This commit is contained in:
Sebastian Stenzel
2022-03-18 18:06:08 +01:00
parent 0d78318373
commit 7b4a3e1313
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -146,6 +146,6 @@ jobs:
fail_on_unmatched_files: true
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
files: |
*.AppImage
*.zsync
*.asc
cryptomator-*.AppImage
cryptomator-*.zsync
cryptomator-*.asc
+2 -2
View File
@@ -226,7 +226,7 @@ jobs:
fail_on_unmatched_files: true
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
files: |
*.dmg
*.asc
Cryptomator-*.dmg
Cryptomator-*.asc
+2 -2
View File
@@ -251,5 +251,5 @@ jobs:
fail_on_unmatched_files: true
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
files: |
*.exe
*.asc
Cryptomator-*.exe
Cryptomator-*.asc