Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Dec 28, 2023
1 parent aec1f25 commit a5edf5c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: build/main.py
script-name: main.py
working-directory: build
onefile: false
company-name: EchoInMirror
product-name: EIMUtils
Expand All @@ -86,7 +87,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/EIMUtils.zip
asset_name: EIMUtils-macos-x86_64.zip
asset_name: EIMUtils-MacOS-x86_64.zip
tag: ${{ github.event.release.tag_name }}

build-macos-arm:
Expand All @@ -109,11 +110,15 @@ jobs:
- name: Generate files
run: python build.py

- name: Delete musicpy
run: rm -rf musicpy

- name: Nuitka
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: build/main.py
script-name: main.py
working-directory: build
macos-target-arch: arm64
onefile: false
company-name: EchoInMirror
Expand All @@ -133,7 +138,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/EIMUtils.zip
asset_name: EIMUtils-macOS.zip
asset_name: EIMUtils-MacOS.zip
tag: ${{ github.event.release.tag_name }}

build-linux:
Expand All @@ -159,7 +164,8 @@ jobs:
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: build/main.py
script-name: main.py
working-directory: build
onefile: false
company-name: EchoInMirror
product-name: EIMUtils
Expand Down

0 comments on commit a5edf5c

Please sign in to comment.