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
303bb21c3e
commit
d2d52590d5
39
.github/workflows/release.yml
vendored
39
.github/workflows/release.yml
vendored
@ -96,44 +96,6 @@ jobs:
|
||||
build/*.exe
|
||||
build/*.bin
|
||||
build/*.app/**/*
|
||||
|
||||
build-linux-arm64:
|
||||
runs-on: ubuntu-latest
|
||||
container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-cross-arm64
|
||||
|
||||
steps:
|
||||
- name: Check runner architecture
|
||||
run: uname -m
|
||||
|
||||
- name: Check-out repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache-dependency-path: |
|
||||
**/requirements*.txt
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Build Executable with Nuitka
|
||||
uses: Nuitka/Nuitka-Action@main
|
||||
with:
|
||||
nuitka-version: main
|
||||
script-name: gofilecli.py
|
||||
onefile: true
|
||||
|
||||
- name: Upload Artifact[linux-arm64]
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: GoFileCLI_linux-arm64
|
||||
path: |
|
||||
build/*.exe
|
||||
build/*.bin
|
||||
build/*.app/**/*
|
||||
|
||||
build-mac-arm64:
|
||||
runs-on: macos-latest
|
||||
@ -164,6 +126,7 @@ jobs:
|
||||
nuitka-version: main
|
||||
script-name: gofilecli.py
|
||||
onefile: true
|
||||
macos-target-arch: x86_64
|
||||
|
||||
- name: Upload Artifact[osx-arm64]
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user