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 b581d76 commit 5220362Copy full SHA for 5220362
.github/workflows/release.yaml
@@ -36,7 +36,7 @@ jobs:
36
echo "::error::$CARGO_VERSION does not match ${{ github.ref_name }}."
37
exit 1
38
fi
39
- echo "outfile=${{ env.OUTFOLDER }}/windows/concordium-rosetta-$CARGO_VERSION" >> $GITHUB_OUTPUT
+ echo "outfile=${{ env.OUTFOLDER }}/windows/concordium-rosetta-test-$CARGO_VERSION" >> $GITHUB_OUTPUT
40
41
release-rosetta-macos:
42
needs: rosetta-version
0 commit comments