File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -277,31 +277,6 @@ jobs:
277277
278278 ls -la packages/
279279
280- - name : Create Server Files
281- run : |
282- echo "Creating server files..."
283-
284- # Make the script executable and run it
285- if [[ -f "scripts/generate-server-files.sh" ]]; then
286- chmod +x scripts/generate-server-files.sh
287- ./scripts/generate-server-files.sh
288- else
289- echo "⚠️ Server files generation script not found, creating basic files..."
290- mkdir -p server-files
291-
292- # Create a basic latest.json file
293- cat > server-files/latest.json << EOF
294- {
295- "version": "$VERSION",
296- "git_commit": "$GIT_COMMIT",
297- "build_date": "$BUILD_DATE"
298- }
299- EOF
300-
301- echo "✓ Basic server files created"
302- fi
303-
304- echo "✅ Server files processing completed"
305280
306281 - name : Organize Release Files
307282 id : organize-files
You can’t perform that action at this time.
0 commit comments