mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 11:00:31 -06:00
Fix temp build dir
This commit is contained in:
11
.github/workflows/publish-lume.yml
vendored
11
.github/workflows/publish-lume.yml
vendored
@@ -120,8 +120,17 @@ jobs:
|
||||
|
||||
# Create a temporary directory for the build
|
||||
BUILD_DIR=$(mktemp -d)
|
||||
echo "Created temporary directory: $BUILD_DIR"
|
||||
|
||||
# Copy the current directory to the temporary directory
|
||||
cp -r . "$BUILD_DIR/"
|
||||
cd "$BUILD_DIR/lume"
|
||||
|
||||
# Debug the temporary directory
|
||||
echo "Contents of temporary directory:"
|
||||
ls -la "$BUILD_DIR"
|
||||
|
||||
# Change to the temporary directory
|
||||
cd "$BUILD_DIR"
|
||||
|
||||
# Run the build script
|
||||
./scripts/build/build-release-notarized.sh
|
||||
|
||||
Reference in New Issue
Block a user