aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-20 18:27:00 +0000
committerSaturneric <[email protected]>2021-07-20 18:27:00 +0000
commitf58cff51770f94a85d16049b7dbfec973d7d276d (patch)
tree5584f1e30b4e1907901502ab75fbe0ae20d5eb54
parentUpdate Workflow (diff)
downloadGpgFrontend-f58cff51770f94a85d16049b7dbfec973d7d276d.tar.gz
GpgFrontend-f58cff51770f94a85d16049b7dbfec973d7d276d.zip
Update Workflow
-rw-r--r--.github/workflows/release-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml
index f526a31e..1b64875b 100644
--- a/.github/workflows/release-ci.yml
+++ b/.github/workflows/release-ci.yml
@@ -156,7 +156,7 @@ jobs:
- name: Notarize Release Build (macOS)
run: |
- xcrun altool --notarize-app -f GpgFrontend.dmg --primary-bundle-id pub.gpgfrontend.gpgfrontend -u ${{secrets.APPLE_DEVELOPER_ID}} -p ${{secrets.APPLE_DEVELOPER_ID_SECRET}}
+ xcrun altool --notarize-app -f ${{github.workspace}}/build/artifactOut/GpgFrontend-${{steps.vars.outputs.sha_short}}-x86_64.dmg --primary-bundle-id pub.gpgfrontend.gpgfrontend -u ${{secrets.APPLE_DEVELOPER_ID}} -p ${{secrets.APPLE_DEVELOPER_ID_SECRET}}
if: matrix.os == 'macos-latest'
- name: Package App Image (Linux)