Skip to content

Commit

Permalink
Update tauri-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k2d222 authored Oct 20, 2024
1 parent 8392a1f commit 632760b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: lts/*

- name: get version
run: echo "PACKAGE_VERSION=$(node -p "require('client/package.json').version")" >> $GITHUB_ENV
run: echo "PACKAGE_VERSION=$(node -p "require('./client/package.json').version")" >> $GITHUB_ENV

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 632760b

Please sign in to comment.