Skip to content

Commit ea2a7c6

Browse files
committed
proper artifact
1 parent b462766 commit ea2a7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
uses: svenstaro/upload-release-action@v2
4747
with:
4848
repo_token: ${{ secrets.GITHUB_TOKEN }}
49-
file: ${{ matrix.artifact_name }}
49+
file: ${{ matrix.asset_name }}.zip
5050
asset_name: ${{ matrix.asset_name }}.zip
5151
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)