mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
fix module
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -52,6 +52,14 @@ jobs:
|
||||
submodules: recursive
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
|
||||
- name: rename pubspec_overrides_ci.yaml to pubspec_overrides.yaml
|
||||
run: |
|
||||
if [ -f pubspec_overrides_ci.yaml ]; then
|
||||
mv pubspec_overrides_ci.yaml pubspec_overrides.yaml
|
||||
else
|
||||
echo "No pubspec_overrides_ci.yaml found, skipping rename."
|
||||
fi
|
||||
|
||||
- name: Install certificates
|
||||
if: inputs.build_mac || inputs.build_ios
|
||||
env:
|
||||
|
||||
8
.github/workflows/patch.yml
vendored
8
.github/workflows/patch.yml
vendored
@@ -25,6 +25,14 @@ jobs:
|
||||
submodules: recursive
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
|
||||
- name: rename pubspec_overrides_ci.yaml to pubspec_overrides.yaml
|
||||
run: |
|
||||
if [ -f pubspec_overrides_ci.yaml ]; then
|
||||
mv pubspec_overrides_ci.yaml pubspec_overrides.yaml
|
||||
else
|
||||
echo "No pubspec_overrides_ci.yaml found, skipping rename."
|
||||
fi
|
||||
|
||||
- name: 🐦 Setup Shorebird
|
||||
uses: shorebirdtech/setup-shorebird@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user