Skip to content

Commit

Permalink
switch to upload-release-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hizzlekizzle authored Oct 9, 2024
1 parent 9707ea5 commit eb27d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_win_lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Check AppImage for common issues
run: wget https://github.com/TheAssassin/appimagelint/releases/download/continuous/appimagelint-x86_64.AppImage && chmod +x appimagelint-x86_64.AppImage && ./appimagelint-x86_64.AppImage RetroArch-Linux-x86_64-Nightly.AppImage
- name: Upload RetroArch AppImage
uses: svenstaro/upload-release-action@v2
uses: svenstaro/upload-release-action@v4
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: RetroArch-Linux-x86_64-Nightly.AppImage
Expand Down

0 comments on commit eb27d98

Please sign in to comment.