Skip to content

Commit

Permalink
debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed May 29, 2024
1 parent ce6b9fb commit 59bfbdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: |
yarn run release
# # Copy the file with 'arm64' in its name to a new version without 'arm64'
# for file in packages/keepkey-desktop/dist/*-arm64.dmg; do
# cp "$file" "${file/-arm64/}"
# done
# Copy the file with 'arm64' in its name to a new version without 'arm64'
for file in packages/keepkey-desktop/dist/*-universal.dmg; do
cp "$file" "${file/-universal/}"
done
env:
NODE_ENV: production
GH_TOKEN: ${{ secrets.github_token }}
Expand Down

0 comments on commit 59bfbdd

Please sign in to comment.