Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BANANAPEEL202 authored Feb 2, 2024
1 parent 665d0fb commit 8dfc731
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- live-telemetry-dashboard-tauri
jobs:
publish-tauri:
defaults:
run:
working-directory: ./Telemetry/dashboard
permissions:
contents: write
strategy:
Expand Down Expand Up @@ -49,4 +52,4 @@ jobs:
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
projectPath: './code-2024/code-2024/Telemetry/dashboard'
projectPath: './Telemetry/dashboard'

0 comments on commit 8dfc731

Please sign in to comment.