diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index d9be4af..ddc3e50 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -45,12 +45,13 @@ jobs: else echo "Creating fallback dist directory and index.html" mkdir -p dist - cat > dist/index.html << 'EOF' - - + node -e " + const fs = require('fs'); + const html = \` +
- - + +Welcome to GitHub Stars Manager Desktop Application!
-This is a fallback page. The main application should load here.
Application built successfully with GitHub Actions.