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 414e9ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,14 +254,12 @@ jobs:
tar -czvf $ZIP_FILE_NAME "$ARTIFACT"
- name: Upload release archive
uses: actions/upload-release-asset@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ env.ZIP_FILE_NAME }}
asset_name: ${{ env.ZIP_FILE_NAME }}
asset_content_type: application/gzipa
files:
${{ env.ZIP_FILE_NAME }}

post-release-checks:
name: Do post-release checks
Expand Down

0 comments on commit 414e9ed

Please sign in to comment.