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 e9ca6ab commit 716a613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ jobs:

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

- name: Upload notarization-error.log
uses: actions/upload-artifact@v2
if: always()
with:
name: notarization-error.log
path: /Users/runner/work/chain-desktop-wallet/chain-desktop-wallet/dist/notarization-error.log
path: /Users/runner/work/chain-desktop-wallet/chain-desktop-wallet/notarization-error.log

- name: Build Electron app (Windows)
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 716a613

Please sign in to comment.