Skip to content

Commit

Permalink
Multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
y-richie-y committed Nov 13, 2023
1 parent f105728 commit 8e39e92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
build_and_deploy:
strategy:
matrix:
# os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
# os: [ ubuntu-latest ]
python-version: [ 3.11 ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -25,10 +25,10 @@ jobs:
- name: Install base package
run: pip install cx_freeze
- name: Build MacOS
if: matrix.os == 'ubuntu-latest'
# if: matrix.os == 'ubuntu-latest'
run: python deploy.py build
- name: Upload build
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: build/*
path: build/*

0 comments on commit 8e39e92

Please sign in to comment.