Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JOELwindows7 committed Mar 8, 2025
1 parent a0a69b4 commit 95c5655
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/packAll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ jobs:
zip -r Lah-Mboh.zip ./Lah-Mboh
mv Lah-Mboh.zip Lah-Mboh.pk3
ls

- name: Move it so Uploader can see
run: |
mkdir -p Lah-Mboh/build/
mv Lah-Mboh.pk3 Lah-Mboh/build/
ls
pwd
mkdir -p ./build/
mv ../Lah-Mboh.pk3 Lah-Mboh/build/
- name: Upload These all
uses: actions/upload-artifact@v4.6.1
Expand Down

0 comments on commit 95c5655

Please sign in to comment.