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 023d464 commit 5894aa4Copy full SHA for 5894aa4
.github/workflows/release.yml
@@ -57,10 +57,12 @@ jobs:
57
ASSET_PATH="${ASSET_NAME}"
58
fi
59
echo "ASSET_PATH=${ASSET_PATH}" >> $GITHUB_OUTPUT
60
+ echo "ASSET_NAME=${ASSET_NAME}" >> $GITHUB_OUTPUT
61
62
- name: Upload artifact
63
uses: actions/upload-artifact@v4
64
with:
65
+ name: ${{ steps.prep.outputs.ASSET_NAME }}
66
path: ${{ steps.prep.outputs.ASSET_PATH }}
67
68
create-release:
0 commit comments