fix release path

This commit is contained in:
Nikita Galaiko 2023-02-20 16:27:56 +01:00
parent 049822439f
commit 64617ad2b0
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D

View File

@ -183,7 +183,7 @@ jq '.package.version="'"$VERSION"'"' "$PWD/../src-tauri/tauri.conf.json" >"$TMP_
# build the app
tauri build --config "$TMP_DIR/tauri.conf.json"
BUNDLE_DIR="$PWD/../src-tauri/target/release/bundle"
BUNDLE_DIR="./src-tauri/target/release/bundle"
MACOS_DMG="$(find "$BUNDLE_DIR/dmg" -depth 1 -type f -name "*.dmg")"
MACOS_UPDATER="$(find "$BUNDLE_DIR/macos" -depth 1 -type f -name "*.tar.gz")"
MACOS_UPDATER_SIG="$(find "$BUNDLE_DIR/macos" -depth 1 -type f -name "*.tar.gz.sig")"