Skip to content

Commit

Permalink
removed macos for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxsonpd committed Jun 30, 2024
1 parent d7e5411 commit 178dc03
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: [ubuntu-latest]
permissions: write-all
steps:
- name: Create Release # Create a new release on Github
- name: Create Release # Create a new release on Github (set_output depreciated????)
id: create_release
uses: actions/create-release@v1
env:
Expand Down Expand Up @@ -41,14 +41,14 @@ jobs:
strategy: # Run the same steps on two different os
matrix:
include:
- os: macos-latest
TARGET: macos
CMD_BUILD: >
pyinstaller -F -n bterm ./src/main.py &&
cd src/dist/ &&
zip -r9 bterm bterm.app/
OUT_FILE_NAME: bterm.zip
ASSET_MIME: application/zip
# - os: macos-latest
# TARGET: macos
# CMD_BUILD: >
# pyinstaller -F -n bterm ./src/main.py &&
# cd ./src/dist/ &&
# zip -r9 bterm bterm.app/
# OUT_FILE_NAME: bterm.zip
# ASSET_MIME: application/zip

- os: windows-latest
TARGET: windows
Expand Down

0 comments on commit 178dc03

Please sign in to comment.