Skip to content

Commit

Permalink
Merge pull request #231 from Syrent/Syrent-patch-4
Browse files Browse the repository at this point in the history
Update hangar.yml
  • Loading branch information
Syrent committed Aug 30, 2023
2 parents eeeaf0e + 937a35d commit 12dfd60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/hangar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
java-version: 17
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Cache Gradle dependencies
uses: actions/cache@v2
with:
path: ~/.gradle/caches
key: ${{ runner.OS }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.OS }}-gradle-
- name: Build with Gradle
run: ./gradlew build
- name: Publish
env:
HANGAR_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
Expand Down

0 comments on commit 12dfd60

Please sign in to comment.