mirror of
https://ghproxy.net/https://github.com/michelve/software-license-manager.git
synced 2025-10-04 20:51:51 +08:00
Update build.yml
This commit is contained in:
parent
77b61574f1
commit
a5df453e41
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
# Step 6: Upload ZIP to Release (only if release is published)
|
||||
- name: Upload ZIP to Release
|
||||
if: github.event_name == 'release' && github.event.action == 'published'
|
||||
uses: actions/upload-release-asset@v2
|
||||
uses: actions/upload-release-asset@v1
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: slm-plus.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue