瀏覽代碼

make sure not to upload unrelated artifacts to a release

Sebastian Stenzel 3 年之前
父節點
當前提交
7b4a3e1313
共有 3 個文件被更改,包括 7 次插入7 次删除
  1. 3 3
      .github/workflows/appimage.yml
  2. 2 2
      .github/workflows/mac-dmg.yml
  3. 2 2
      .github/workflows/win-exe.yml

+ 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