Skip to content

Commit

Permalink
patch: publish without debug to prevent issue with xxhash-addon
Browse files Browse the repository at this point in the history
  • Loading branch information
JOASSART Edwin committed Dec 11, 2023
1 parent d7d1720 commit 9f9b563
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@ runs:
shell: bash
# IMPORTANT: before making changes to this step please consult @engineering in balena's chat.
run: |
if [[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]]; then
export DEBUG='electron-forge:*,sidecar'
fi
## FIXME: causes issues with `xxhash` which tries to load a debug build which doens't exist and cannot be compiled
# if [[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]]; then
# export DEBUG='electron-forge:*,sidecar'
# fi
APPLICATION_VERSION="$(jq -r '.version' package.json)"
Expand Down

0 comments on commit 9f9b563

Please sign in to comment.