WIP: feat(workflows): add new build workflows for Windows, Linux, and macOS, and remove obsolete build scripts #17
@ -74,18 +74,7 @@ jobs:
|
||||
echo "WORKSPACE_DIR=$WORKSPACE_DIR" >> "$GITHUB_ENV"
|
||||
shell: bash
|
||||
|
||||
# Step 2: Build for macOS
|
||||
- name: Build for macOS
|
||||
run: |
|
||||
if [ -f "./scripts/mac_build.sh" ]; then
|
||||
chmod +x ./scripts/mac_build.sh
|
||||
./scripts/mac_build.sh
|
||||
else
|
||||
echo "Build script not found, skipping this step"
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
- name: Debug Certificate Import2
|
||||
- name: Debug Certificate Import (Test)
|
||||
env:
|
||||
CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE }}
|
||||
CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
|
||||
@ -134,6 +123,18 @@ jobs:
|
||||
echo "APPLE_TEAM=$APPLE_TEAM_ID" >> "$GITHUB_ENV"
|
||||
shell: bash
|
||||
|
||||
# Step 2: Build for macOS
|
||||
- name: Build for macOS
|
||||
run: |
|
||||
if [ -f "./scripts/mac_build.sh" ]; then
|
||||
chmod +x ./scripts/mac_build.sh
|
||||
./scripts/mac_build.sh
|
||||
else
|
||||
echo "Build script not found, skipping this step"
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
|
||||
# Step 3: Enhanced Debug for Certificate Import
|
||||
- name: Debug Certificate Import
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user