aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
2c4a58af0c
commit
abd644a116
2 changed files with 3 additions and 3 deletions
4
.github/workflows/preview.yml
vendored
4
.github/workflows/preview.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Deploy modpack
|
||||
name: Deploy modpack preview
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v0.1.15
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
prerelease: false
|
||||
prerelease: true
|
||||
generate_release_notes: true
|
||||
name: Release ${{ steps.changelog.outputs.version }}
|
||||
body: ${{ steps.changelog.outputs.description }}
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
cd ./overrides/
|
||||
cat ../.github/buildtools/client_mod.txt | while read -r line; do find ./mods -name "$line" -delete; done
|
||||
rm -rf ./shaderpacks
|
||||
cp -r .github/buildtools/serverfiles/* ./overrides/
|
||||
cp -r ../.github/buildtools/serverfiles/* ./overrides/
|
||||
cd ./overrides/
|
||||
zip -r ../TerraFirmaGreg-1.20-${{ steps.get_version.outputs.version }}-server.zip ./
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue