Skip to content

Commit

Permalink
Merge pull request #3353 from KBVE/dev
Browse files Browse the repository at this point in the history
Preparing Alpha Branch
  • Loading branch information
h0lybyte authored Nov 24, 2024
2 parents cd71849 + 5f1171c commit 815b376
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
24 changes: 5 additions & 19 deletions .github/workflows/ci-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,27 +330,13 @@ jobs:
echo "Checking contents of build/WebGL..."
ls -al build/WebGL
- name: Extract WebGL Files
run: |
echo "Finding WebGL artifact..."
mkdir -p build/WebGL_extracted
WEBGL_ZIP=$(find build/WebGL -name "*.zip" | head -n 1)
if [ -z "$WEBGL_ZIP" ]; then
echo "No zip file found in build/WebGL."
exit 1
fi
echo "Found zip file: $WEBGL_ZIP"
unzip -o "$WEBGL_ZIP" -d build/WebGL_extracted
echo "Listing extracted files..."
ls -al build/WebGL_extracted
- name: Copy WebGL files
run: |
echo "Preparing files for deployment..."
mkdir -p dist/apps/rareicon/
cp -R build/WebGL_extracted/* dist/apps/rareicon/
echo "Files prepared in dist/apps/rareicon/"
ls -al dist/apps/rareicon/
echo "Preparing files for deployment..."
mkdir -p dist/apps/rareicon/
cp -R build/WebGL/WebGL/* dist/apps/rareicon/
echo "Files prepared in dist/apps/rareicon/"
ls -al dist/apps/rareicon/
- name: Create .nojekyll and CNAME files
run: |
Expand Down
2 changes: 1 addition & 1 deletion packages/kilonet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Started the IFrame Interactions but need to fix the cross origin issue.
Added the `com.unity.transport` to the packages.
Preparing the Discord build - ETA 12 hours.
Adding new tilemap generator script and fixed some asmdefs.
Triggering another build.
Triggering another build once more.

- [KBVE](https://kbve.com/)
- [RareIcon](https://rareicon.com/)

0 comments on commit 815b376

Please sign in to comment.