Skip to content

Commit

Permalink
chore: Update release workflow to use shogo82148/actions-upload-relea…
Browse files Browse the repository at this point in the history
…se-asset@v1 resolves depreciation warning
  • Loading branch information
xosnrdev committed Sep 16, 2024
1 parent accf65f commit fad2d1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
tar -czf $ARCHIVE_NAME -C target/release $APP_NAME
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ env.UPLOAD_URL }}
asset_path: ${{ env.ARCHIVE_NAME }}
asset_name: ${{ env.ARCHIVE_NAME }}
asset_content_type: application/gzip
github_token: ${{ secrets.GH_TOKEN }}

0 comments on commit fad2d1b

Please sign in to comment.