Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha authored Jan 21, 2024
1 parent 11d10e6 commit 2fdf9cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
run: python -m pip install -r requirements.txt

- name: Build Project (Dynamic build)
if: matrix.os == 'windows-latest'
run: pyinstaller --noconsole --name="Mario Party Toolkit" --add-data "assets/*;assets/" --icon="assets/diceBlock.ico" main.py

- name: Upload Artifact
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v2
with:
name: MarioPartyToolkit-win32-dynamic
Expand Down

0 comments on commit 2fdf9cf

Please sign in to comment.