Skip to content

Commit 5894aa4

Browse files
committed
workflow fix #2
1 parent 023d464 commit 5894aa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ jobs:
5757
ASSET_PATH="${ASSET_NAME}"
5858
fi
5959
echo "ASSET_PATH=${ASSET_PATH}" >> $GITHUB_OUTPUT
60+
echo "ASSET_NAME=${ASSET_NAME}" >> $GITHUB_OUTPUT
6061
6162
- name: Upload artifact
6263
uses: actions/upload-artifact@v4
6364
with:
65+
name: ${{ steps.prep.outputs.ASSET_NAME }}
6466
path: ${{ steps.prep.outputs.ASSET_PATH }}
6567

6668
create-release:

0 commit comments

Comments
 (0)