Skip to content

Commit

Permalink
fix: adjust test deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-matto committed Jul 15, 2024
1 parent 716a613 commit c3fe457
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
mkdir -p ~/private_keys/
echo '${{ secrets.mac_api_key }}' > ~/private_keys/AuthKey_${{ secrets.mac_api_key_id }}.p8
- name: Check notarytool
run: xcrun notarytool version

- name: Build/release Electron app (MacOS, Ubuntu, Windows)
uses: samuelmeuli/action-electron-builder@v1
# if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
Expand All @@ -96,10 +99,6 @@ jobs:
# Login to Snap Store
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

- name: List files in dist directory
if: always()
run: ls -R /Users/runner/work/chain-desktop-wallet/chain-desktop-wallet

- name: Upload notarization-error.log
uses: actions/upload-artifact@v2
if: always()
Expand Down

0 comments on commit c3fe457

Please sign in to comment.