mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-12 09:45:04 -04:00
CI: update actions target versions
also upload .appimage and .exe files directly using the new "archive: false" option rather than zipping them
This commit is contained in:
committed by
patchzyy
parent
2b5b889249
commit
6f4dd2f470
@@ -18,11 +18,11 @@ jobs:
|
||||
name: Translator (build + test)
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: actions/setup-dotnet@v4
|
||||
- uses: actions/setup-dotnet@v6
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user