Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarSeventh authored Sep 15, 2024
1 parent 6184eb9 commit 4c09f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist
asset_path: dist-v1.0.${{ github.run_number }}.zip
asset_name: dist-v1.0.${{ github.run_number }}.zip # 动态生成上传文件名称
asset_content_type: application/zip

0 comments on commit 4c09f95

Please sign in to comment.