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 13, 2024
1 parent 8d47763 commit cdd2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Copy main pack
run: |
cp -r bedrock/pack dist
(cd bedrock/pack; zip -0 -r ../../JG-RTX.mcpack .)
(cd bedrock/pack; zip -0 -r ../JG-RTX.mcpack .)
- name: Copy addon pack
run: |
cp -r bedrock/addon/ dist
Expand Down

0 comments on commit cdd2f16

Please sign in to comment.