Skip to content

Commit 174a806

Browse files
committed
CI - Fix action-gh-release
Wrong name was used
1 parent 096230f commit 174a806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
262262
- name: Upload to GitHub
263263
id: github_release
264-
uses: actions/action-gh-release@v1
264+
uses: softprops/action-gh-release@v1
265265
with:
266266
draft: true
267267
files: acre2_${{ needs.build.outputs.VERSION }}.zip

0 commit comments

Comments
 (0)