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 2df7c39 commit 836768e
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/packAll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,14 @@ jobs:
run: |
ls
pwd
cd ..
ls
pwd
zip -r Lah-Mboh.zip ./Lah-Mboh -x src/
zip -r Lah-Mboh.zip . -x src/ yoinks/ source/
mv Lah-Mboh.zip Lah-Mboh.pk3
ls
pwd

- name: Move it so Uploader can see
run: |
ls
pwd
mkdir -p ./build/
mv ../Lah-Mboh.pk3 ./build/
- name: Upload These all
uses: actions/upload-artifact@v4.6.1
with:
name: Lah-Mboh.pk3
path: build/Lah-Mboh.pk3
path: Lah-Mboh.pk3
if-no-files-found: error

0 comments on commit 836768e

Please sign in to comment.