Skip to content

Commit 5afcd97

Browse files
authored
Update main.yml
1 parent 38bdec7 commit 5afcd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ github.token }}
4040
with:
4141
upload_url: ${{ steps.create_release.outputs.upload_url }}
42-
asset_path: release.zip
43-
asset_name: release.zip
42+
asset_path: release_${{ steps.date.outputs.date }}.zip
43+
asset_name: release_${{ steps.date.outputs.date }}.zip
4444
asset_content_type: application/zip
4545

0 commit comments

Comments
 (0)