Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard authored May 8, 2024
1 parent 04be7e0 commit 38d1386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
wget https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe -O rcedit.exe
- name: Replace Icon in Windows Export with rcedit
run: |
wine64 rcedit.exe ./bin/ExportWindows/Unearth/Unearth.exe --set-icon Art/UnearthIcon.ico
wine64 rcedit.exe ./bin/ExportWindows/Unearth/Unearth.exe --set-icon Art/icon/UnearthIcon.ico
- name: Upload Linux Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 38d1386

Please sign in to comment.