Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Nov 12, 2024
1 parent 77b6157 commit a5df453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5df453

Please sign in to comment.