-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from BreweryTeam/snapshot
PR 3.4.5-Snapshot
- Loading branch information
Showing
52 changed files
with
1,113 additions
and
340 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,30 @@ | ||
name: 'Upload to Hangar' | ||
|
||
on: | ||
release: | ||
branches: [master] | ||
types: [published] | ||
|
||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.event.release.prerelease }} == false | ||
steps: | ||
- uses: benwoo1110/hangar-upload-action@v1 | ||
with: | ||
api_token: ${{ secrets.HANGAR_TOKEN }} | ||
slug: 'BreweryX' | ||
version: ${{ github.event.release.tag_name }} | ||
channel: release | ||
description: ${{ github.event.release.body }} | ||
files: | | ||
[ | ||
{ | ||
"path": "build/libs/BreweryX-*.jar", | ||
"platforms": ["PAPER", "FOLIA"] | ||
} | ||
] | ||
# platform_dependencies: | | ||
# { | ||
# "PAPER": ["1.12","1.16-1.18.2","1.20.x"] | ||
# } |
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
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
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
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
Oops, something went wrong.