mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 22:19:14 +01:00
test
This commit is contained in:
parent
a5b4d0e4fb
commit
08b5763c43
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -45,9 +45,11 @@ jobs:
|
|||||||
options: --console --icon ../../assets/sc64_logo_256_256.png
|
options: --console --icon ../../assets/sc64_logo_256_256.png
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
name: sc64-linux
|
name: sc64-linux
|
||||||
|
finalize: chmod +x dist/*
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
name: sc64-macos
|
name: sc64-macos
|
||||||
options: --console --icon ../../assets/sc64_logo_256_256.png
|
options: --console --icon ../../assets/sc64_logo_256_256.png
|
||||||
|
finalize: chmod +x dist/*
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@ -68,6 +70,11 @@ jobs:
|
|||||||
run: pyinstaller --clean --onefile ${{ matrix.options }} sc64.py
|
run: pyinstaller --clean --onefile ${{ matrix.options }} sc64.py
|
||||||
working-directory: sw/pc
|
working-directory: sw/pc
|
||||||
|
|
||||||
|
- name: Finalize executable
|
||||||
|
if: ${{ matrix.finalize }}
|
||||||
|
run: ${{ matrix.finalize }}
|
||||||
|
working-directory: sw/pc
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user