Skip to content

Commit

Permalink
Add pre-release artifacts to test in PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTolene committed Mar 12, 2024
1 parent f4c7388 commit c7b5912
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull-request-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ jobs:
app-dir: ./fap
skip-setup: true
task: lint

- name: "Create FAP Download Pre Release (${{ matrix.name }})"
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-${{ matrix.name }}-${{ steps.build-app.outputs.suffix }}.zip
path: ${{ steps.build-app.outputs.fap-artifacts }}

0 comments on commit c7b5912

Please sign in to comment.