Skip to content

Commit

Permalink
Update compile-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xandaaah authored Nov 17, 2023
1 parent 8221f0b commit 7afc9f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Compile for Ubuntu/Debian
name: Compile for Windows

on:
push:
Expand All @@ -16,7 +16,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:
cd client
python -m nuitka launcher.py --standalone --enable-plugin=pyqt6 --disable-console
- name: Tar files
run: cp launcher.ui client/launcher.dist && cd client && tar -cvf launcher.tar launcher.dist
run: copy launcher.ui client/launcher.dist && cd client && zip -r launcher.tar launcher.dist
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7afc9f8

Please # to comment.