aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

This commit is contained in:
Xikaro 2023-11-27 01:08:04 +05:00
parent 2c4a58af0c
commit abd644a116
2 changed files with 3 additions and 3 deletions

View file

@ -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 }}

View file

@ -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 ./