Skip to content

Commit

Permalink
test windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 28, 2024
1 parent 72aa5ed commit 4606406
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,22 @@ jobs:
false
fi
}
OUT_FILENAME_LATEST_WINDOWS="${VERSION}/${TARGET_NET}/latest.yml"
check_uniqueness "${OUT_FILENAME_EXE}"
check_uniqueness "${OUT_FILENAME_LATEST_WINDOWS}"
# Print system info
node --version
npm --version
yarn --version
python --version
rustup show
wasm-pack --version
# Install dependencies
yarn
# Build
yarn package-win-no-sign

0 comments on commit 4606406

Please sign in to comment.