workflows
This commit is contained in:
parent
1fb3a919da
commit
84f36b7e7c
2 changed files with 3 additions and 3 deletions
4
.github/workflows/preview.yml
vendored
4
.github/workflows/preview.yml
vendored
|
|
@ -45,8 +45,8 @@ jobs:
|
|||
run: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
Xikaro
|
||||
TFG_TOKEN
|
||||
Username: Xikaro
|
||||
Password: TFG
|
||||
mkdir -p .minecraft
|
||||
cp -r ./{config,defaultconfigs,kubejs,mods,.github/buildtools/modpack/mmc-pack.json,.github/buildtools/modpack/instance.cfg} .minecraft/
|
||||
zip -r ./TerraFirmaGreg-1.20.x-${{ steps.get_version.outputs.version }}-mmc.zip .minecraft/
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
./TerraFirmaGreg-1.20-${{ steps.get_version.outputs.version }}-server.zip
|
||||
|
||||
- name: Discord notification
|
||||
uses: tsickert/discord-webhook@v5.3.0
|
||||
uses: tsickert/discord-webhook@v5.4.0
|
||||
with:
|
||||
webhook-url: ${{ secrets.RELEASES_1_20 }}
|
||||
username: "GitHub"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue