mirror of
https://github.com/LibraHp/GetQzonehistory.git
synced 2025-02-23 13:59:16 +00:00
chore: Update build-and-release.yml
This commit is contained in:
parent
d852a0e9a0
commit
fd4e0eb901
6
.github/workflows/build-and-release.yml
vendored
6
.github/workflows/build-and-release.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Flet Build macOS (aarch64)
|
||||
run: |
|
||||
flet pack --name GetQzonehistory-latest main.py -i .\assets\icon.ico
|
||||
flet pack --name GetQzonehistory-latest main.py -i ./assets/icon.ico
|
||||
|
||||
- name: Zip the macOS (aarch64) build
|
||||
run: |
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
name: macos-aarch64-build-artifact
|
||||
path: ./GetQzoneHistory-GUI-macOS-aarch64-latest.zip
|
||||
|
||||
build-macos-x86:
|
||||
build-macos-x86_64:
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@ -78,7 +78,7 @@ jobs:
|
||||
|
||||
- name: Flet Build macOS (x86_64)
|
||||
run: |
|
||||
flet pack --name GetQzonehistory-latest main.py -i .\assets\icon.ico
|
||||
flet pack --name GetQzonehistory-latest main.py -i ./assets/icon.ico
|
||||
|
||||
- name: Zip the macOS (x86_64) build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user