Skip to content

Commit 43f5cd2

Browse files
committed
Save Carthage artifacts
1 parent 7afba63 commit 43f5cd2

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.github/workflows/zip.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -57,28 +57,28 @@ jobs:
5757
cd ReleaseTooling
5858
swift build -v
5959
60-
package-head:
61-
# Don't run on private repo.
62-
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
63-
needs: build
64-
runs-on: macOS-latest
65-
steps:
66-
- uses: actions/checkout@v2
67-
- name: Xcode 12.2
68-
run: sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer
69-
- name: Setup Bundler
70-
run: ./scripts/setup_bundler.sh
71-
- name: ZipBuildingTest
72-
run: |
73-
mkdir -p zip_output_dir
74-
sh -x scripts/build_zip.sh \
75-
zip_output_dir "${{ github.event.inputs.custom_spec_repos || 'https://github.com/firebase/SpecsStaging.git,https://github.com/firebase/SpecsDev.git' }}"
76-
- uses: actions/upload-artifact@v1
77-
with:
78-
name: Firebase-actions-dir
79-
# Zip the entire output directory since the builder adds subdirectories we don't know the
80-
# name of.
81-
path: zip_output_dir
60+
# package-head:
61+
# # Don't run on private repo.
62+
# if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
63+
# needs: build
64+
# runs-on: macOS-latest
65+
# steps:
66+
# - uses: actions/checkout@v2
67+
# - name: Xcode 12.2
68+
# run: sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer
69+
# - name: Setup Bundler
70+
# run: ./scripts/setup_bundler.sh
71+
# - name: ZipBuildingTest
72+
# run: |
73+
# mkdir -p zip_output_dir
74+
# sh -x scripts/build_zip.sh \
75+
# zip_output_dir "${{ github.event.inputs.custom_spec_repos || 'https://github.com/firebase/SpecsStaging.git,https://github.com/firebase/SpecsDev.git' }}"
76+
# - uses: actions/upload-artifact@v1
77+
# with:
78+
# name: Firebase-actions-dir
79+
# # Zip the entire output directory since the builder adds subdirectories we don't know the
80+
# # name of.
81+
# path: zip_output_dir
8282

8383
quickstart_framework_abtesting:
8484
# Don't run on private repo.

scripts/build_zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
# The release build won't generage Carthage distro if the curreent
2626
# PackageManifest version has already been released.
27-
carthage_version_check="--enable-carthage-version-check"
27+
carthage_version_check="--disable-carthage-version-check"
2828

2929
# If there is a third option set, add options to build from head instead of
3030
# staging and/or trunk.

0 commit comments

Comments
 (0)