Skip to content

Commit

Permalink
Debug Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 8, 2024
1 parent df22dbb commit 0276682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
./install_nsis.bat
export SCHEMA_DIR="$PWD/schema"
export PATH="/c/Program Files (x86)/NSIS/Bin:$PATH"
echo "---------- /c/Program Files (x86)/NSIS/Include ----------"
find "/c/Program Files (x86)/NSIS/Include"
echo "---------- End of /c/Program Files (x86)/NSIS/Include ----------"
echo "---------- WinVer.nsh ----------"
cat "/c/Program Files (x86)/NSIS/Include/WinVer.nsh"
echo "---------- End of WinVer.nsh ----------"
./.ci/package-windows.sh
- name: Upload Artifact
if: inputs.event_name == 'push' || steps.check_version.outcome == 'success'
Expand Down

0 comments on commit 0276682

Please sign in to comment.