This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,13 @@ jobs: | |
- name: capture build artifacts | ||
uses: actions/[email protected] | ||
with: | ||
name: Artifacts #https://stackoverflow.com/questions/58886293/getting-current-branch-and-commit-hash-in-github-action | ||
name: Artifacts | ||
path: build/libs/ | ||
- name: capture processed mappings | ||
uses: actions/[email protected] | ||
with: | ||
name: Mappings | ||
path: .gradle/commander/mappings/ | ||
|
||
packages: | ||
needs: build | ||
|
@@ -60,6 +65,13 @@ jobs: | |
distribution: 'temurin' | ||
java-version: 17 | ||
cache: gradle | ||
- uses: actions/[email protected] | ||
with: | ||
name: Mappings | ||
path: .gradle/commander/mappings/ | ||
- uses: geekyeggo/delete-artifact@v5 | ||
with: | ||
name: Mappings | ||
- name: make gradle wrapper executable | ||
run: chmod +x ./gradlew | ||
- name: publish | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters