Skip to content

Commit

Permalink
chore: swap deprecated actions/upload-release-assets to softprops/act…
Browse files Browse the repository at this point in the history
…ion-gh-release
  • Loading branch information
alfiedotwtf committed Nov 14, 2024
1 parent 003b485 commit 2f31dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
tar -czvf $ZIP_FILE_NAME "$ARTIFACT"
- name: Upload release archive
uses: actions/upload-release-asset@v1
uses: shogo82148/actions-upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 2f31dec

Please sign in to comment.