mirror of
https://github.com/trycua/computer.git
synced 2026-01-02 03:20:22 -06:00
Fix scripts/build path
This commit is contained in:
24
.github/workflows/publish-lume.yml
vendored
24
.github/workflows/publish-lume.yml
vendored
@@ -116,27 +116,9 @@ jobs:
|
||||
ls -la .build/release/
|
||||
|
||||
# Make script executable and run it
|
||||
chmod +x scripts/build/build-release-notarized.sh
|
||||
|
||||
# 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/"
|
||||
|
||||
# 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
|
||||
|
||||
# Copy the results back
|
||||
cp -r .release/* ../.release/
|
||||
cd scripts/build
|
||||
chmod +x ./build-release-notarized.sh
|
||||
./build-release-notarized.sh
|
||||
|
||||
- name: Generate SHA256 Checksums
|
||||
id: generate_checksums
|
||||
|
||||
Reference in New Issue
Block a user