mirror of
https://github.com/trycua/computer.git
synced 2026-02-23 06:50:14 -06:00
Add build step debug info
This commit is contained in:
16
.github/workflows/publish-lume.yml
vendored
16
.github/workflows/publish-lume.yml
vendored
@@ -98,6 +98,22 @@ jobs:
|
||||
CERT_INSTALLER_NAME: "Developer ID Installer: ${{ secrets.DEVELOPER_NAME }} (${{ secrets.TEAM_ID }})"
|
||||
working-directory: ./libs/lume
|
||||
run: |
|
||||
# Debug information
|
||||
pwd
|
||||
ls -la
|
||||
echo "Swift version:"
|
||||
swift --version
|
||||
|
||||
# Ensure .release directory exists
|
||||
mkdir -p .release
|
||||
|
||||
# Build the project first
|
||||
swift build -c release --product lume
|
||||
|
||||
# Debug build output
|
||||
ls -la .build/release/
|
||||
|
||||
# Make script executable and run it
|
||||
chmod +x scripts/build/build-release-notarized.sh
|
||||
./scripts/build/build-release-notarized.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user