From 91a2d25b37976d4d29fac984e215f4c2c4ade05f Mon Sep 17 00:00:00 2001 From: Emma Date: Sat, 3 Feb 2024 13:59:49 -0500 Subject: [PATCH 1/2] Update buildCordova.yml --- .github/workflows/buildCordova.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildCordova.yml b/.github/workflows/buildCordova.yml index f449cc3a43101..0766d3118174d 100644 --- a/.github/workflows/buildCordova.yml +++ b/.github/workflows/buildCordova.yml @@ -35,7 +35,7 @@ jobs: with: result-encoding: string script: | - return '${{ steps.pkg.outputs.version }}-nightly-${{ github.run_number }}' + return '${{ steps.pkg.outputs.version }}-nightly-${{ github.run_number + 386 }}' - name: Set App ID Variable id: appId uses: actions/github-script@v6 From 979683c4a7cb20b7107f2083695910daed587f11 Mon Sep 17 00:00:00 2001 From: Emma Date: Sat, 3 Feb 2024 14:00:15 -0500 Subject: [PATCH 2/2] Update buildCordova.yml --- .github/workflows/buildCordova.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildCordova.yml b/.github/workflows/buildCordova.yml index 0766d3118174d..f449cc3a43101 100644 --- a/.github/workflows/buildCordova.yml +++ b/.github/workflows/buildCordova.yml @@ -35,7 +35,7 @@ jobs: with: result-encoding: string script: | - return '${{ steps.pkg.outputs.version }}-nightly-${{ github.run_number + 386 }}' + return '${{ steps.pkg.outputs.version }}-nightly-${{ github.run_number }}' - name: Set App ID Variable id: appId uses: actions/github-script@v6