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 38bdec7 commit 5afcd97Copy full SHA for 5afcd97
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
GITHUB_TOKEN: ${{ github.token }}
40
with:
41
upload_url: ${{ steps.create_release.outputs.upload_url }}
42
- asset_path: release.zip
43
- asset_name: release.zip
+ asset_path: release_${{ steps.date.outputs.date }}.zip
+ asset_name: release_${{ steps.date.outputs.date }}.zip
44
asset_content_type: application/zip
45
0 commit comments