Explorar o código

Upload release dmg and msi aritfacts with full version string

Armin Schrenk %!s(int64=3) %!d(string=hai) anos
pai
achega
bca920c75e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/release.yml

+ 4 - 0
.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: