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 1d63e09 commit 8d47763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
mkdir dist
- name: Copy main pack
run: |
cp -r bedrock/pack/RP dist
(cd dist/pack/RP; zip -0 -r ../../JG-RTX.mcpack .)
cp -r bedrock/pack dist
(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 8d47763

Please sign in to comment.