mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-05 23:16:13 -06:00
fix: use powershell environment variable syntax
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -211,7 +211,7 @@ jobs:
|
||||
- name: Acquire Package Version
|
||||
run: |
|
||||
cargo binstall toml-cli -y
|
||||
echo "PACKAGE_VERSION=$(toml get ./Cargo.toml package.version --raw)" >> $GITHUB_ENV
|
||||
echo "PACKAGE_VERSION=$(toml get ./Cargo.toml package.version --raw)" >> $env:GITHUB_ENV
|
||||
|
||||
|
||||
- name: Upload Artifact
|
||||
|
||||
Reference in New Issue
Block a user