We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86e3aa6 + 50d62ab commit 2327464Copy full SHA for 2327464
1 file changed
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
$(Get-FileHash -Path BF2AutoSpectator-${{ github.ref_name }}.zip -Algorithm MD5).Hash.toLower() + "`n" | Out-File -NoNewline BF2AutoSpectator-${{ github.ref_name }}.zip.md5
38
$(Get-FileHash -Path BF2AutoSpectator-${{ github.ref_name }}.zip -Algorithm SHA256).Hash.toLower() + "`n" | Out-File -NoNewline BF2AutoSpectator-${{ github.ref_name }}.zip.sha256
39
- name: Create release
40
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
41
with:
42
files: BF2AutoSpectator-${{ github.ref_name }}.zip*
43
draft: true
0 commit comments