Skip to content

Commit

Permalink
WIP: try to remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
lr222gw committed Jan 6, 2024
1 parent 4f82d92 commit 6567cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Build
run: pyinstaller --onefile cpppc.py
if: matrix.os == runner.os


- name: Archive artifacts
run: zip -r executables-${{ matrix.os }}.zip dist/
if: matrix.os == runner.os


- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6567cb7

Please sign in to comment.