Skip to content

Commit

Permalink
Update to new maintained github action
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Jan 24, 2025
1 parent 198be94 commit 0fe1438
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release_on_v_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ jobs:
run: cargo build --release
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.once.outputs.upload_url }}
asset_path: ${{ github.workspace }}/${{ matrix.file }}
asset_name: ${{ matrix.asset_name }}
asset_content_type: application/octet-stream
files: ${{ github.workspace }}/${{ matrix.file }}
tag_name: ${{ github.ref }}

0 comments on commit 0fe1438

Please sign in to comment.