-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove DeobfRealms task, removes SpecialSource dep.
Add --sanitize, --format, and --skipIfExists optional arguments to Download Mojmaps. Closes #13 Update Gradle/Deps Migrate to Github Actions
- Loading branch information
Showing
15 changed files
with
160 additions
and
585 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Publish | ||
|
||
on: | ||
push: | ||
branches: [ "master" ] | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
build: | ||
uses: MinecraftForge/SharedActions/.github/workflows/gradle.yml@main | ||
with: | ||
java: 8 | ||
gradle_tasks: "publish" | ||
artifact_name: "installertools" | ||
gradle_setup: |- | ||
export SIGN_KEY_ALIAS=${{ secrets.SIGN_KEY_ALIAS }} | ||
export SIGN_KEY_PASSWORD=${{ secrets.SIGN_KEY_PASSWORD }} | ||
export SIGN_KEYSTORE_PASSWORD=${{ secrets.SIGN_KEYSTORE_PASSWORD }} | ||
export SIGN_KEYSTORE_DATA=${{ secrets.SIGN_KEYSTORE_DATA }} | ||
secrets: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | ||
PROMOTE_ARTIFACT_WEBHOOK: ${{ secrets.PROMOTE_ARTIFACT_WEBHOOK }} | ||
PROMOTE_ARTIFACT_USERNAME: ${{ secrets.PROMOTE_ARTIFACT_USERNAME }} | ||
PROMOTE_ARTIFACT_PASSWORD: ${{ secrets.PROMOTE_ARTIFACT_PASSWORD }} | ||
MAVEN_USER: ${{ secrets.MAVEN_USER }} | ||
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.