Skip to content

Commit

Permalink
deploy .prx or .pbp
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Mar 3, 2024
1 parent da3bd81 commit 1e9e67f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile-psp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
name: artifact
path: |
${{github.workspace}}/*.pbp
${{github.workspace}}/*.prx
publish-release:
needs: build
runs-on: ubuntu-latest
Expand All @@ -42,4 +44,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ github.workspace }}/*.pbp
${{ github.workspace }}/*.pbp
${{ github.workspace }}/*.prx

0 comments on commit 1e9e67f

Please sign in to comment.