Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 authored Feb 16, 2024
1 parent db26964 commit fce7ad1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit fce7ad1

Please sign in to comment.