mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 04:47:42 +03:00
fix release path
This commit is contained in:
parent
049822439f
commit
64617ad2b0
@ -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")"
|
||||
|
Loading…
Reference in New Issue
Block a user