Skip to content

Commit

Permalink
ci: add artifact upload to debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames committed Mar 16, 2024
1 parent 1aa0df2 commit 25aeb74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/debug-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ jobs:

# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes.
- uses: tauri-apps/tauri-action@v0
id: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
includeDebug: true
includeRelease: false

- uses: actions/upload-artifact@v4
with:
path: ${{ steps.build.outputs.artifactPaths }}

0 comments on commit 25aeb74

Please sign in to comment.