소스 검색

also upload asc file as artifact for mac build

Armin Schrenk 1 년 전
부모
커밋
b8cd1caeac
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      .github/workflows/mac-dmg.yml

+ 3 - 1
.github/workflows/mac-dmg.yml

@@ -253,7 +253,9 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: dmg-${{ matrix.output-suffix }}
-          path: Cryptomator-*.dmg
+          path: |
+            Cryptomator-*.dmg
+            Cryptomator-*.asc
           if-no-files-found: error
       - name: Publish dmg on GitHub Releases
         if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'published'