Skip to content

Commit

Permalink
ci: Upgrade upload-release-assets to v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianichitei authored Jun 17, 2024
1 parent 54a2027 commit ac34b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
build/*.deb
- name: Release
if: ${{ github.event_name == 'release' }}
uses: AButler/upload-release-assets@v2.0.2
uses: AButler/upload-release-assets@v3.0
with:
files: 'build/*.deb'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
*-windows-release.zip
- name: Release
if: ${{ github.event_name == 'release' }}
uses: AButler/upload-release-assets@v2.0.2
uses: AButler/upload-release-assets@v3.0
with:
files: 'x64-windows-release.zip;x86-windows-release.zip'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ac34b80

Please sign in to comment.