Skip to content

Commit

Permalink
chore(ci): Update upload release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Oct 31, 2024
1 parent b300273 commit 683d54e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Upload generated files to release
- name: Upload binaries to release
uses: AButler/upload-release-assets@v2.0
uses: AButler/upload-release-assets@v3.0
with:
files: ${{ github.workspace }}/build/*.deb
repo-token: ${{ github.token }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
# Upload generated files to release
- name: Upload binaries to release
uses: AButler/upload-release-assets@v2.0
uses: AButler/upload-release-assets@v3.0
with:
files: ./build/AntiMicroX*.AppImage;./build/AntiMicroX*.zsync
repo-token: ${{ github.token }}
Expand All @@ -125,7 +125,7 @@ jobs:
# Upload generated files to release
- name: Upload binaries to release
uses: AButler/upload-release-assets@v2.0
uses: AButler/upload-release-assets@v3.0
with:
files: ./build/AntiMicroX*.AppImage
repo-token: ${{ github.token }}
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
run: cmake --build '${{ github.workspace }}'/build --target package --parallel 8

- name: Upload binaries to release
uses: AButler/upload-release-assets@v2.0
uses: AButler/upload-release-assets@v3.0
with:
files: build/antimicrox*.exe;build/antimicrox*.zip
repo-token: ${{ github.token }}

0 comments on commit 683d54e

Please sign in to comment.