From 90b425e6946248dccc0d0fe18e98303a63c1427f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Tue, 19 Nov 2024 09:33:02 +0100 Subject: [PATCH] Get version in another job --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e871501..a05e052 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,11 +25,11 @@ jobs: with: ref: ${{ github.ref_name }} submodules: recursive - + - name: Get the rosetta version run: | CARGO_VERSION=$(yq .package.version "Cargo.toml") - echo "OUTFILE_SHORT=${{ env.OUTFOLDER }}/windows/concordium-rosetta-${ CARGO_VERSION }" >> $GITHUB_ENV + echo "OUTFILE_SHORT=${{ env.OUTFOLDER }}/windows/concordium-rosetta-$CARGO_VERSION" >> $GITHUB_ENV release-rosetta-macos: runs-on: macos-latest