Skip to content

Commit

Permalink
Update build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
curzon01 committed Aug 26, 2024
1 parent 80acd81 commit d3fab5a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 46 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/build_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,23 @@ jobs:
pyinstaller --noconfirm build-executables/dc-build-ubuntu-20.04.spec && cd dist && tar -czf ../decode-config-ubuntu-20.04.tar.gz decode-config
OUT_FILE_NAME: decode-config-ubuntu-20.04.tar.gz
ASSET_MIME: application/x-gzip
- os: macos-11
TARGET: macos-11
- os: macos-12
TARGET: macos-12
CMD_BUILD: >
pyinstaller --noconfirm build-executables/dc-build-macos-11.spec && cd dist && zip -r9 ../decode-config-macos-11.zip decode-config
OUT_FILE_NAME: decode-config-macos-11.zip
pyinstaller --noconfirm build-executables/dc-build-macos.spec && cd dist && zip -r9 ../decode-config-macos-12.zip decode-config
OUT_FILE_NAME: decode-config-macos-12.zip
ASSET_MIME: application/zip
- os: macos-13
TARGET: macos-13
CMD_BUILD: >
pyinstaller --noconfirm build-executables/dc-build-macos.spec && cd dist && zip -r9 ../decode-config-macos-13.zip decode-config
OUT_FILE_NAME: decode-config-macos-13.zip
ASSET_MIME: application/zip
- os: macos-latest-large
TARGET: macos-14-large
CMD_BUILD: >
pyinstaller --noconfirm build-executables/dc-build-macos.spec && cd dist && zip -r9 ../decode-config-macos-14.zip decode-config
OUT_FILE_NAME: decode-config-macos-14.zip
ASSET_MIME: application/zip
- os: windows-latest
TARGET: windows
Expand Down
42 changes: 0 additions & 42 deletions build-executables/dc-build-macos-11.spec

This file was deleted.

File renamed without changes.

0 comments on commit d3fab5a

Please sign in to comment.