Skip to content

Commit

Permalink
updating release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kerodekroma committed Dec 10, 2023
1 parent cfe8358 commit 1b9adc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_pygame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: checkout
uses: actions/[email protected]
with:
persist-credentials: false
fetch-depth: 0
- name: build
run: |
echo "Installing pygbag"
Expand All @@ -25,4 +28,4 @@ jobs:
uses: ncipollo/[email protected]
with:
token: ${{ secrets.GH_CREDENTIALS }}
tag: ${{ github.ref_name }}
artifacts: ${{ steps.export.outputs.archive_directory }}/build/web

0 comments on commit 1b9adc2

Please sign in to comment.