Skip to content

Commit

Permalink
fixed version fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Aug 11, 2024
1 parent c085965 commit 6db8e68
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get version
id: get_version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
run: echo "VERSION=$(node -p "require('./src-tauri/tauri.conf.json').version")" >> $GITHUB_OUTPUT

build-macos:
needs: prepare
Expand Down

0 comments on commit 6db8e68

Please sign in to comment.