Skip to content

Commit

Permalink
fix(ci): publish CLI workflow wrong target path
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Aug 28, 2024
1 parent abfbef4 commit 1acd585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: cargo-tauri-${{ matrix.config.rust_target }}${{ matrix.config.ext }}
path: crates/tauri-cli/target/release-size-optimized/cargo-tauri${{ matrix.config.ext }}
path: target/release-size-optimized/cargo-tauri${{ matrix.config.ext }}
if-no-files-found: error

upload:
Expand Down

0 comments on commit 1acd585

Please sign in to comment.