1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00

Update build.yml

This commit is contained in:
rtm516
2024-02-16 15:49:15 +00:00
committed by GitHub
parent db26964cec
commit fce7ad19c6

View File

@@ -20,8 +20,14 @@ jobs:
run: bash prepare_pack.sh
- name: Zip pack
run: zip GeyserOptionalPack.mcpack -r . -x ".*" Jenkinsfile required_files.txt prepare_pack.sh
run: zip GeyserOptionalPack.mcpack -r . -x ".*" required_files.txt prepare_pack.sh
- name: Archive artifacts
uses: actions/upload-artifact@v3
if: success()
with:
name: GeyserOptionalPack
path: GeyserOptionalPack.mcpack
- name: Publish to Downloads API
if: ${{ success() && github.repository == 'GeyserMC/GeyserOptionalPack' && github.ref_name == 'master' }}