Skip to content

Commit b9c4ed6

Browse files
committed
fix release
1 parent eb1abe3 commit b9c4ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
with:
4848
upload_url: ${{ needs.release.outputs.upload_url }}
49-
asset_path: ./web-ext-artifacts/autoscroll-${{ needs.release.outputs.tag }}.zip
50-
asset_name: autoscroll-${{ needs.release.outputs.tag }}.zip
49+
asset_path: ./web-ext-artifacts/roller-${{ needs.release.outputs.tag }}.zip
50+
asset_name: roller-${{ needs.release.outputs.tag }}.zip
5151
asset_content_type: application/zip
5252

5353
publish:

0 commit comments

Comments
 (0)