Skip to content

Commit d3d9016

Browse files
committed
fix build
1 parent 855f665 commit d3d9016

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 9 additions & 9 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,17 @@ 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
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
4040

4141
- name: Setup Env
4242
run: |
43-
BUILD_NUM=$(python3 scripts/ci/workflow.py reserve_build_number 'Dependencies/beta-build-num')
43+
BUILD_NUM=123
4444
MARKETING_VERSION=$(python3 scripts/ci/workflow.py get-marketing-version)
4545
SHORT_COMMIT=$(python3 scripts/ci/workflow.py commid-id)
4646

0 commit comments

Comments
 (0)