VERSION fix

This commit is contained in:
Pierre Jacquier
2024-09-01 12:37:06 -04:00
parent b66c27d8a1
commit 4fe32057f1

View File

@ -156,7 +156,7 @@ jobs:
run: |
# for ARCH in arm64 x64; do
for ARCH in universal; do
TAURI_DIR=out/tauri/${{ env.version }}/macos
TAURI_DIR=out/tauri/$VERSION/macos
mkdir -p $TAURI_DIR
unzip out/*-$ARCH-mac.zip -d $TAURI_DIR
tar -czvf "$TAURI_DIR/Zoo Modeling App.app.tar.gz" "$TAURI_DIR/Zoo Modeling App.app"