also upload asc file as artifact for mac build

This commit is contained in:
Armin Schrenk
2024-02-21 13:09:14 +01:00
parent 43c25b6d97
commit b8cd1caeac

View File

@@ -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'