mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 05:16:25 -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
|
- name: Acquire Package Version
|
||||||
run: |
|
run: |
|
||||||
cargo binstall toml-cli -y
|
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
|
- name: Upload Artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user