mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -8,9 +8,9 @@ jobs:
|
|||||||
name: Build Windows Version
|
name: Build Windows Version
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
architecture: x64
|
architecture: x64
|
||||||
@@ -22,13 +22,12 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
poetry run python -m nuitka main.py --assume-yes-for-downloads --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.toml=config.toml --include-data-files=agent.js=agent.js
|
poetry run python -m nuitka main.py --assume-yes-for-downloads --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.toml=config.toml --include-data-files=agent.js=agent.js
|
||||||
- name: Generate ZIP
|
- name: Rename
|
||||||
run: |
|
run: |
|
||||||
ren main.dist AppleMusicDecrypt
|
ren main.dist AppleMusicDecrypt
|
||||||
tar -a -cf AppleMusicDecrypt.zip AppleMusicDecrypt
|
|
||||||
- name: Upload CLI artifact
|
- name: Upload CLI artifact
|
||||||
uses: actions/upload-artifact@v2.1.4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: AppleMusicDecrypt-Windows
|
name: AppleMusicDecrypt-Windows
|
||||||
path: AppleMusicDecrypt.zip
|
path: AppleMusicDecrypt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user