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 19, 2024
1 parent 73dbc4d commit a12e5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: python -m pip install -r requirements.txt

- name: Build Project
run: python -m nuitka --onefile --enable-plugin=tk-inter --disable-console --standalone --output-filename="Mario Party Toolkit" --output-dir="dist" --include-data-files="assets/*=assets" --windows-icon-from-ico="assets/diceBlock.ico" main.py
run: python -m nuitka --onefile --enable-plugin=tk-inter --disable-console --standalone --output-filename="Mario Party Toolkit" --output-dir="dist" --include-data-files="assets/*=assets/" --windows-icon-from-ico="assets/diceBlock.ico" main.py

- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand All @@ -65,7 +65,7 @@ jobs:
path: D:\a\Mario-Party-Toolkit\Mario-Party-Toolkit\dist

build-macOS:
name: "macOS: Build"
name: "macOS x86_64: Build"
runs-on: macos-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit a12e5f4

Please sign in to comment.