Skip to content

Commit a602d64

Browse files
committed
fix: use powershell environment variable syntax
1 parent 97b7a03 commit a602d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
- name: Acquire Package Version
212212
run: |
213213
cargo binstall toml-cli -y
214-
echo "PACKAGE_VERSION=$(toml get ./Cargo.toml package.version --raw)" >> $GITHUB_ENV
214+
echo "PACKAGE_VERSION=$(toml get ./Cargo.toml package.version --raw)" >> $env:GITHUB_ENV
215215
216216
217217
- name: Upload Artifact

0 commit comments

Comments
 (0)