From c5394be883c9bdda3be654264f98b9a3c992b932 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Tue, 24 Feb 2026 03:53:26 +0530 Subject: [PATCH] CI: improve more ci worflow --- .github/workflows/nightly.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6beb3fed..ac55f990 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 with: repository: 'SideStore/beta-build-num' - ref: ${{ env.ref }} + ref: ${{ github.ref_name }} token: ${{ secrets.CROSS_REPO_PUSH_KEY }} path: 'Dependencies/beta-build-num' fetch-depth: 1 @@ -43,7 +43,7 @@ jobs: QUALIFIED_VERSION=$(python3 scripts/ci/workflow.py compute-qualified \ "$MARKETING_VERSION" \ "$BUILD_NUM" \ - "${{ env.ref }}" \ + "${{ github.ref_name }}" \ "$SHORT_COMMIT") echo "BUILD_NUM=$BUILD_NUM" | tee -a $GITHUB_ENV @@ -167,10 +167,10 @@ jobs: python3 scripts/ci/workflow.py deploy \ Dependencies/apps-v2.json \ "_includes/source.json" \ - "${{ env.ref }}" \ + "${{ github.ref_name }}" \ "$SHORT_COMMIT" \ "$MARKETING_VERSION" \ "$VERSION" \ - "${{ env.ref }}" \ + "${{ github.ref_name }}" \ "com.SideStore.SideStore" \ "SideStore.ipa" \ No newline at end of file