Skip to content

Commit

Permalink
update tauri-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
k2d222 committed Oct 20, 2024
1 parent 32923a4 commit 8494873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -74,7 +74,7 @@ jobs:
with:
use-cross: true
command: build
args: server --verbose --release ${{ matrix.args }}
args: --manifest_path server/Cargo.toml --verbose --release ${{ matrix.args }}

- name: build static site
run: cd client && npm run build
Expand Down

0 comments on commit 8494873

Please sign in to comment.