mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 00:49:00 +00:00
Update release.yml
This commit is contained in:
parent
d2d52590d5
commit
ac9b505a62
27
.github/workflows/release.yml
vendored
27
.github/workflows/release.yml
vendored
@ -55,8 +55,6 @@ jobs:
|
|||||||
name: GoFileCLI_win-x64
|
name: GoFileCLI_win-x64
|
||||||
path: |
|
path: |
|
||||||
build/*.exe
|
build/*.exe
|
||||||
build/*.bin
|
|
||||||
build/*.app/**/*
|
|
||||||
|
|
||||||
build-linux-x64:
|
build-linux-x64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -93,11 +91,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: GoFileCLI_linux-x64
|
name: GoFileCLI_linux-x64
|
||||||
path: |
|
path: |
|
||||||
build/*.exe
|
|
||||||
build/*.bin
|
build/*.bin
|
||||||
build/*.app/**/*
|
|
||||||
|
|
||||||
build-mac-arm64:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -121,18 +117,21 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Build Executable with Nuitka
|
- name: Build Executable with Nuitka
|
||||||
uses: Nuitka/Nuitka-Action@main
|
# --macos-app-icon=resources/icon.icns
|
||||||
with:
|
run: |
|
||||||
nuitka-version: main
|
python -m nuitka --standalone --assume-yes-for-downloads --output-dir=dist --macos-create-app-bundle --macos-target-arch=arm64 gofilecli.py
|
||||||
script-name: gofilecli.py
|
python -m nuitka --standalone --assume-yes-for-downloads --output-dir=dist_x86_64 --macos-create-app-bundle --macos-target-arch=x86_64 gofilecli.py
|
||||||
onefile: true
|
|
||||||
macos-target-arch: x86_64
|
|
||||||
|
|
||||||
|
- name: Upload Artifact[osx-arm64]
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: GoFileCLI_osx-x64
|
||||||
|
path: |
|
||||||
|
dist_x86_64/*
|
||||||
|
|
||||||
- name: Upload Artifact[osx-arm64]
|
- name: Upload Artifact[osx-arm64]
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: GoFileCLI_osx-arm64
|
name: GoFileCLI_osx-arm64
|
||||||
path: |
|
path: |
|
||||||
build/*.exe
|
build/*
|
||||||
build/*.bin
|
|
||||||
build/*.app/**/*
|
|
Loading…
x
Reference in New Issue
Block a user