Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner authored Feb 12, 2024
1 parent cce29e2 commit 75a91f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Copy main pack
run: |
cp -r bedrock/pack/ dist
zip -0 -r dist/JG-RTX.mcpack dist/pack
cd dist/pack
zip -0 -r dist/JG-RTX.mcpack .
- name: Copy addon pack
run: |
cp -r bedrock/addon/ dist
Expand Down

0 comments on commit 75a91f8

Please sign in to comment.