We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b7a03 commit a602d64Copy full SHA for a602d64
.github/workflows/build.yaml
@@ -211,7 +211,7 @@ jobs:
211
- name: Acquire Package Version
212
run: |
213
cargo binstall toml-cli -y
214
- 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
215
216
217
- name: Upload Artifact
0 commit comments