We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4836ac commit 11798d6Copy full SHA for 11798d6
.github/workflows/build.yml
@@ -120,13 +120,12 @@ jobs:
120
run: ls -R artifacts
121
122
- name: Create Release
123
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
124
with:
125
+ token: ${{ secrets.GITHUB_TOKEN }}
126
files: |
127
artifacts/SwordMacro-mac-${{ env.VERSION }}/SwordMacro-mac-${{ env.VERSION }}.zip
128
artifacts/SwordMacro-win-${{ env.VERSION }}/SwordMacro-win-${{ env.VERSION }}.zip
129
draft: false
130
prerelease: false
131
generate_release_notes: true
- env:
132
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments