Skip to content

Commit

Permalink
upload artifacts for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Oct 28, 2023
1 parent 323c9fd commit 7ff746e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: proxy/build/libs/

0 comments on commit 7ff746e

Please sign in to comment.