Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Broken-Deer committed Aug 14, 2024
1 parent f447bc1 commit 86dcf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Get app version
id: step
run: |
echo "$(jq -r .version src-tauri/tauri.conf.json)" >> "$GITHUB_OUTPUT"
echo "text=$(jq -r .version src-tauri/tauri.conf.json)" >> "$GITHUB_OUTPUT"
outputs:
app_version: ${{ steps.step.outputs }}

Expand Down

0 comments on commit 86dcf29

Please sign in to comment.