Skip to content

Commit

Permalink
upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gebeto committed Aug 4, 2023
1 parent c6940ec commit 759de82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -15,3 +15,9 @@ jobs:
id: build-app
with:
sdk-channel: release

- name: Upload app artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
path: ${{ steps.build-app.outputs.fap-artifacts }}

0 comments on commit 759de82

Please sign in to comment.