Kaynağa Gözat

make sure not to upload unrelated artifacts to a release

Sebastian Stenzel 3 yıl önce
ebeveyn
işleme
7b4a3e1313

+ 3 - 3
.github/workflows/appimage.yml

@@ -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
.github/workflows/mac-dmg.yml

@@ -226,7 +226,7 @@ jobs:
           fail_on_unmatched_files: true
           token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
           files: |
-            *.dmg
-            *.asc
+            Cryptomator-*.dmg
+            Cryptomator-*.asc
 
 

+ 2 - 2
.github/workflows/win-exe.yml

@@ -251,5 +251,5 @@ jobs:
           fail_on_unmatched_files: true
           token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
           files: |
-            *.exe
-            *.asc
+            Cryptomator-*.exe
+            Cryptomator-*.asc