Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored Jun 23, 2024
1 parent 2112c91 commit 039e622
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:
uses: ./.github/actions/setup

- name: Build release
run: ./build.py -vr all

- name: Build debug
run: ./build.py -v all
run: ./build.py -vr resetprop

- name: Stop gradle daemon
run: ./gradlew --stop
Expand All @@ -46,7 +43,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: out
path: native/out
compression-level: 9

- name: Upload mapping and native debug symbols
Expand Down

0 comments on commit 039e622

Please sign in to comment.