Skip to content

Commit

Permalink
chore(build) Update upload-release-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasOrs committed Nov 10, 2024
1 parent af7f042 commit 6a0a60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: 'executables/*'
- name: Upload Executables as Release
if: github.ref_type == 'tag'
uses: AButler/upload-release-assets@v2.0
uses: AButler/upload-release-assets@v3.0
with:
files: 'executables/*'
release-tag: ${{ github.ref_name }}
Expand Down

0 comments on commit 6a0a60e

Please sign in to comment.