Skip to content

Commit

Permalink
Merge pull request #232 from Syrent/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
Syrent committed Aug 30, 2023
2 parents f12c38e + 1bafb42 commit 462d156
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 @@ -22,6 +22,15 @@ jobs:
run: chmod +x ./gradlew
- name: Generate NMS Components
run: ./gradlew generateNmsComponents
- 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_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
Expand Down

0 comments on commit 462d156

Please sign in to comment.