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 c83ed6c commit a0a69b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/packAll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +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/
- name: Upload These all
uses: actions/upload-artifact@v4.6.1
with:
name: Lah-Mboh.pk3
path: Lah-Mboh.pk3
path: build/Lah-Mboh.pk3
if-no-files-found: error

0 comments on commit a0a69b4

Please sign in to comment.