Skip to content

Commit

Permalink
Update build-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Mar 31, 2024
1 parent 19e2401 commit b269e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
restore-keys: |
${{ runner.os }}-build-commit-
- name: Build artifacts
run: ./gradlew build
run: ./gradlew build -Pbuild.release=true
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: sodium-artifacts-${{ steps.ref.outputs.branch }}
path: build/libs/*.jar
path: build/libs/*.jar

0 comments on commit b269e32

Please sign in to comment.