Skip to content

Commit

Permalink
fix il2cpp build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonboukheir committed Apr 13, 2024
1 parent 95eff14 commit f12211f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
name: build-android-aar
path: libsodium/libsodium-*.aar

build-amalgam:
build-flattened:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -153,8 +153,8 @@ jobs:
working-directory: libsodium
- name: build
run: |
./amalgamate.py -c amalgamate.json -s libsodium/src/libsodium
python flatten_il2cpp.py libsodium/src/libsodium il2cpp
- uses: actions/upload-artifact@v3
with:
name: build-amalgam
path: sodium.c
name: build-il2cpp
path: il2cpp

0 comments on commit f12211f

Please sign in to comment.