mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
chore(actions): outputs zip name
This commit is contained in:
parent
2b09689c04
commit
c9bfa5aa49
2
.github/workflows/Build-Release.yml
vendored
2
.github/workflows/Build-Release.yml
vendored
|
@ -75,5 +75,5 @@ jobs:
|
|||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: outputs.zip
|
||||
asset_name: outputs.zip
|
||||
asset_name: outputs-${{ github.ref_name }}.zip
|
||||
asset_content_type: application/zip
|
||||
|
|
Loading…
Reference in New Issue
Block a user