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 9eba94b commit 90b425eCopy full SHA for 90b425e
.github/workflows/release.yaml
@@ -25,11 +25,11 @@ jobs:
25
with:
26
ref: ${{ github.ref_name }}
27
submodules: recursive
28
-
+
29
- name: Get the rosetta version
30
run: |
31
CARGO_VERSION=$(yq .package.version "Cargo.toml")
32
- echo "OUTFILE_SHORT=${{ env.OUTFOLDER }}/windows/concordium-rosetta-${ CARGO_VERSION }" >> $GITHUB_ENV
+ echo "OUTFILE_SHORT=${{ env.OUTFOLDER }}/windows/concordium-rosetta-$CARGO_VERSION" >> $GITHUB_ENV
33
34
release-rosetta-macos:
35
runs-on: macos-latest
0 commit comments