Skip to content

Commit 06a17fb

Browse files
committed
fix build
1 parent 855f665 commit 06a17fb

1 file changed

Lines changed: 2 additions & 28 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Nightly SideStore Build
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [develop, LiveContainerSupport2]
66
schedule:
77
- cron: "0 0 * * *"
88
workflow_dispatch:
@@ -30,17 +30,9 @@ jobs:
3030
# --------------------------------------------------
3131
# runtime env setup
3232
# --------------------------------------------------
33-
- uses: actions/checkout@v4
34-
with:
35-
repository: "SideStore/beta-build-num"
36-
ref: ${{ env.CHANNEL }}
37-
token: ${{ secrets.CROSS_REPO_PUSH_KEY }}
38-
path: "Dependencies/beta-build-num"
39-
fetch-depth: 1
40-
4133
- name: Setup Env
4234
run: |
43-
BUILD_NUM=$(python3 scripts/ci/workflow.py reserve_build_number 'Dependencies/beta-build-num')
35+
BUILD_NUM=123
4436
MARKETING_VERSION=$(python3 scripts/ci/workflow.py get-marketing-version)
4537
SHORT_COMMIT=$(python3 scripts/ci/workflow.py commid-id)
4638
@@ -164,13 +156,6 @@ jobs:
164156
name: SideStore-${{ env.MARKETING_VERSION }}-dSYMs.zip
165157
path: SideStore.dSYMs.zip
166158

167-
- uses: actions/checkout@v4
168-
with:
169-
repository: "SideStore/apps-v2.json"
170-
ref: "main"
171-
token: ${{ secrets.CROSS_REPO_PUSH_KEY }}
172-
path: "SideStore/apps-v2.json"
173-
174159
# --------------------------------------------------
175160
# deploy
176161
# --------------------------------------------------
@@ -186,17 +171,6 @@ jobs:
186171
LAST_SUCCESSFUL_COMMIT=$(python3 scripts/ci/workflow.py last-successful-commit \
187172
"${{ github.workflow }}" "$CHANNEL")
188173
189-
python3 scripts/ci/workflow.py deploy \
190-
SideStore/apps-v2.json \
191-
"$SOURCE_JSON" \
192-
"$CHANNEL" \
193-
"$SHORT_COMMIT" \
194-
"$MARKETING_VERSION" \
195-
"$CHANNEL" \
196-
"$BUNDLE_ID" \
197-
"$IPA_NAME" \
198-
"$LAST_SUCCESSFUL_COMMIT"
199-
200174
RELEASE_NOTES=$(python3 scripts/ci/workflow.py retrieve-release-notes "$CHANNEL")
201175
202176
python3 scripts/ci/workflow.py upload-release \

0 commit comments

Comments
 (0)