Skip to content

Commit

Permalink
Update build_pygame.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerodekroma authored Dec 10, 2023
1 parent 035352f commit b253495
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/build_pygame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,23 @@ on:

jobs:
build:
name: "building project"
name: building project
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- run: |
echo "Installing pygbag"
python3 -m pip install pygbag
echo "pygbag success!"
echo "building the project"
python -m pygbag --build $GITHUB_WORKSPACE/py-singl-slider/main.py
echo "DONE"
- name: build step
- uses: actions/checkout@v2
- run: |
echo "Installing pygbag"
python3 -m pip install pygbag
echo "pygbag success!"
echo "building the project"
python -m pygbag --build $GITHUB_WORKSPACE/py-singl-slider/main.py
echo "DONE"
- name: create release
- uses: ncipollo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_CREDENTIALS }}
tag: ${{ github.ref_name }}
- name: create release
- uses: ncipollo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_CREDENTIALS }}
tag: ${{ github.ref_name }}

0 comments on commit b253495

Please sign in to comment.