Skip to content

Commit 5220362

Browse files
committed
change name of output file
1 parent b581d76 commit 5220362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "::error::$CARGO_VERSION does not match ${{ github.ref_name }}."
3737
exit 1
3838
fi
39-
echo "outfile=${{ env.OUTFOLDER }}/windows/concordium-rosetta-$CARGO_VERSION" >> $GITHUB_OUTPUT
39+
echo "outfile=${{ env.OUTFOLDER }}/windows/concordium-rosetta-test-$CARGO_VERSION" >> $GITHUB_OUTPUT
4040
4141
release-rosetta-macos:
4242
needs: rosetta-version

0 commit comments

Comments
 (0)