Skip to content

Commit

Permalink
Merge pull request #1 from Tynab/main
Browse files Browse the repository at this point in the history
Update deploy-pygame.yml
  • Loading branch information
Tynab authored Nov 13, 2023
2 parents 23e7e28 + 02e2b47 commit dc7844f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pygame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Pool Game with Pygbag
on:
push:
branches:
- main
- ci
workflow_dispatch:

jobs:
Expand All @@ -18,11 +18,11 @@ jobs:
python -m pip install pygbag
echo "Successfully installed pygbag"
echo "Attempting to build the game"
python -m pygbag --build $GITHUB_WORKSPACE/pool/main.py
python -m pygbag --build $GITHUB_WORKSPACE/main.py
echo "Successfully build the game and complied to WebAssembly"
- name : "Upload to GitHub pages branch deployment"
uses: JamesIves/[email protected]
with:
branch: deployment
folder: pool/build/web
folder: build/web

0 comments on commit dc7844f

Please sign in to comment.