Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Mar 10, 2024
1 parent 3b266c6 commit 3c92fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
run: ./gradlew build :client:build
- name: capture build artifacts
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: |
build/libs/*
client/build/libs/*

0 comments on commit 3c92fa7

Please sign in to comment.