Skip to content

Commit

Permalink
ci: more github action tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames committed Mar 16, 2024
1 parent 25aeb74 commit d09b116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch
# This workflow will build your tauri app without uploading it anywhere.

jobs:
test-tauri:
build-tauri:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:

- uses: actions/upload-artifact@v4
with:
path: ${{ steps.build.outputs.artifactPaths }}
path: "${{ join(fromJSON(steps.build.outputs.artifacts), '\n') }}"

0 comments on commit d09b116

Please sign in to comment.