mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
Update main.yml
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -20,8 +20,15 @@ jobs:
|
||||
poetry install
|
||||
poetry run python -m pip install nuitka
|
||||
- name: Build
|
||||
run: |
|
||||
poetry run python -m nuitka main.py --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.toml=config.toml --include-data-files=agent.js=agent.js
|
||||
- uses: Nuitka/Nuitka-Action@main
|
||||
with:
|
||||
nuitka-version: main
|
||||
script-name: main.py
|
||||
standalone: true
|
||||
include-data-dir: assets=assets
|
||||
include-data-files: |
|
||||
agent.js=agent.js
|
||||
config.toml=config.toml
|
||||
- name: Generate ZIP
|
||||
run: |
|
||||
ren main.dist AppleMusicDecrypt
|
||||
|
||||
Reference in New Issue
Block a user