chore(actions): bump softprops/action-gh-release from 2 to 3 #3

Merged
JonKazama-Hellion merged 1 commits from refs/pull/3/head into main 2026-05-02 21:03:50 +00:00
Showing only changes of commit 60c01831ad - Show all commits
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
"path=$($zip.FullName)" | Out-File -FilePath $env:GITHUB_OUTPUT -Append "path=$($zip.FullName)" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
- name: Attach to GitHub release - name: Attach to GitHub release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
with: with:
files: ${{ steps.locate.outputs.path }} files: ${{ steps.locate.outputs.path }}
fail_on_unmatched_files: true fail_on_unmatched_files: true