Skip to content

Commit

Permalink
Complete win64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao authored Nov 24, 2024
1 parent 5deca13 commit 966bc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
qmake ..
make
make clean
zip dsda-launcher-win64-dev.zip release/dsda-launcher.exe
zip -j dsda-launcher-win64-dev.zip release/dsda-launcher.exe
- uses: actions/upload-artifact@v4
with:
name: windows
name: dsda-launcher-win64-dev
path: src\build\dsda-launcher-win64-dev.zip
build-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 966bc72

Please sign in to comment.