Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing Alpha Branch #3353

Merged
merged 2 commits into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/)
Loading