Skip to content

Commit

Permalink
saving artifact for a day
Browse files Browse the repository at this point in the history
  • Loading branch information
mashimom committed Jan 27, 2021
1 parent 1d3e111 commit 78fb852
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 @@ -34,3 +34,9 @@ jobs:
run: ./gradlew check
- name: assembling
run: ./gradlew jar
- name: Save artifacts
uses: actions/upload-artifact@v2
with:
name: save jar file
path: build/libs
retention-days: 1

0 comments on commit 78fb852

Please sign in to comment.