Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Jan 12, 2025
1 parent 1b1c26d commit f6dd7d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
include:
- os: windows-2022
image: na
image: ``
TARGET: windows
CMD_BUILD: |
python compile.py
Expand All @@ -62,15 +62,15 @@ jobs:
./sticker-convert-windows-x86_64.zip
./sticker-convert-windows-x86_64.msi
- os: macos-13
image: na
image: ``
TARGET: macos-x86_64
CMD_BUILD: |
python ./compile.py
cp ./scripts/hold_control_and_click_open_me_first.command ./
zip -r9 sticker-convert-macos-x86_64.zip sticker-convert.app hold_control_and_click_open_me_first.command
OUT_FILE_NAME: ./sticker-convert-macos-x86_64.zip
- os: macos-14
image: na
image: ``
TARGET: macos-arm64
CMD_BUILD: |
python ./compile.py
Expand Down

0 comments on commit f6dd7d5

Please sign in to comment.