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 e709e6d commit 7eb4ec8
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 @@ -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 ../dist/JG-RTX.mcpack .)
- name: Copy addon pack
run: |
cp -r bedrock/addon/ dist
Expand All @@ -35,4 +35,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: JG-RTX
path: /*.mc*
path: dist/*.mc*

0 comments on commit 7eb4ec8

Please sign in to comment.