mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-28 07:57:38 +01:00
CI: improve more ci worflow
This commit is contained in:
8
.github/workflows/nightly.yml
vendored
8
.github/workflows/nightly.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'SideStore/beta-build-num'
|
repository: 'SideStore/beta-build-num'
|
||||||
ref: ${{ env.ref }}
|
ref: ${{ github.ref_name }}
|
||||||
token: ${{ secrets.CROSS_REPO_PUSH_KEY }}
|
token: ${{ secrets.CROSS_REPO_PUSH_KEY }}
|
||||||
path: 'Dependencies/beta-build-num'
|
path: 'Dependencies/beta-build-num'
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
QUALIFIED_VERSION=$(python3 scripts/ci/workflow.py compute-qualified \
|
QUALIFIED_VERSION=$(python3 scripts/ci/workflow.py compute-qualified \
|
||||||
"$MARKETING_VERSION" \
|
"$MARKETING_VERSION" \
|
||||||
"$BUILD_NUM" \
|
"$BUILD_NUM" \
|
||||||
"${{ env.ref }}" \
|
"${{ github.ref_name }}" \
|
||||||
"$SHORT_COMMIT")
|
"$SHORT_COMMIT")
|
||||||
|
|
||||||
echo "BUILD_NUM=$BUILD_NUM" | tee -a $GITHUB_ENV
|
echo "BUILD_NUM=$BUILD_NUM" | tee -a $GITHUB_ENV
|
||||||
@@ -167,10 +167,10 @@ jobs:
|
|||||||
python3 scripts/ci/workflow.py deploy \
|
python3 scripts/ci/workflow.py deploy \
|
||||||
Dependencies/apps-v2.json \
|
Dependencies/apps-v2.json \
|
||||||
"_includes/source.json" \
|
"_includes/source.json" \
|
||||||
"${{ env.ref }}" \
|
"${{ github.ref_name }}" \
|
||||||
"$SHORT_COMMIT" \
|
"$SHORT_COMMIT" \
|
||||||
"$MARKETING_VERSION" \
|
"$MARKETING_VERSION" \
|
||||||
"$VERSION" \
|
"$VERSION" \
|
||||||
"${{ env.ref }}" \
|
"${{ github.ref_name }}" \
|
||||||
"com.SideStore.SideStore" \
|
"com.SideStore.SideStore" \
|
||||||
"SideStore.ipa"
|
"SideStore.ipa"
|
||||||
Reference in New Issue
Block a user