Skip to content

Commit

Permalink
[GHA] Fix matrix cleanup
Browse files Browse the repository at this point in the history
Did remove Signing script
ci release
  • Loading branch information
RoiArthurB committed Apr 20, 2022
1 parent 3c1d3f5 commit a459a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-travis.yml
Expand Up @@ -153,7 +153,7 @@ jobs:
run: |
# Unlock
security unlock-keychain -p "$MACOS_KEYCHAIN_PWD" build.keychain
unzip -q ${{ github.workspace }}/artifacts/${{ matrix.toSignedZipName }}.zip -d . && rm ${{ github.workspace }}/artifacts/*
unzip -q ${{ github.workspace }}/artifacts/${{ matrix.toSignedZipName }}.zip -d . && rm ${{ github.workspace }}/artifacts/*.zip
# Sign everything inside app
bash ${{ github.workspace }}/artifacts/mac-sign.sh
wget https://raw.githubusercontent.com/gama-platform/gama/$( echo $GITHUB_SHA )/ummisco.gama.product/extraresources/entitlements.plist && plutil -convert xml1 ./entitlements.plist && plutil -lint ./entitlements.plist
Expand Down

0 comments on commit a459a65

Please sign in to comment.