Skip to content

Commit

Permalink
Merge branch 'master' of github.com:krypton-byte/neonize
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 14, 2024
2 parents 99a266c + 4db3c03 commit 72e9cdc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Linux
name: Android
if-no-files-found: error
retention-days: 1
path: neonize/*.so
Expand Down Expand Up @@ -89,6 +89,11 @@ jobs:
export GOARCH=386
export CC="zig cc -target x86-windows"
poetry run build goneonize
#LINUX x86/386
export GOOS=linux
export GOARCH=386
export CC="zig cc -target x86-linux"
poetry run build goneonize
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -141,7 +146,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Android
name: Linux
if-no-files-found: error
retention-days: 1
path: neonize/*.so
Expand Down

0 comments on commit 72e9cdc

Please sign in to comment.