Upload release dmg and msi aritfacts with full version string

This commit is contained in:
Armin Schrenk
2021-08-31 14:15:50 +02:00
parent a457355a25
commit bca920c75e

View File

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