From bca920c75e2c50acfcd6867a93a4e0d223fe440c Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 31 Aug 2021 14:15:50 +0200 Subject: [PATCH] Upload release dmg and msi aritfacts with full version string --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecb76bbcc..4cbd54068 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -402,6 +402,8 @@ jobs: - name: Clean up notarization credentials if: ${{ always() }} run: security delete-keychain $RUNNER_TEMP/notarization.keychain-db + - name: Add possible alpha/beta tags to installer name + run: mv Cryptomator-*.dmg Cryptomator-${{ needs.metadata.outputs.versionStr }}.msi - name: Upload mac-dmg uses: actions/upload-artifact@v2 with: @@ -472,6 +474,8 @@ jobs: description: Cryptomator Installer timestampUrl: 'http://timestamp.digicert.com' folder: installer + - name: Add possible alpha/beta tags to installer name + run: mv Cryptomator-*.msi Cryptomator-${{ needs.metadata.outputs.versionStr }}.msi - name: Upload win-msi uses: actions/upload-artifact@v2 with: