diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59c9d13..9865183 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ failure() }} with: - name: ${{ env.SCHEME }}-${{ github.ref_name }}-${{ github.sha }}.xcresult + name: ${{ env.SCHEME }}-${{ github.sha }}.xcresult path: ${{ env.TEST_RESULT_BUNDLE }} - name: Archive build @@ -115,5 +115,5 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v4 with: - name: ${{ env.SCHEME }}-${{ github.ref_name }}-${{ github.sha }}.xcarchive + name: ${{ env.SCHEME }}-${{ github.sha }}.xcarchive path: ${{ runner.temp }}/${{ env.ARCHIVE_PATH }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efd17e2..45deac6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,5 +66,5 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ failure() }} with: - name: ${{ env.SCHEME }}-${{ github.ref_name }}-${{ github.sha }}.xcresult + name: ${{ env.SCHEME }}-${{ github.sha }}.xcresult path: ${{ env.TEST_RESULT_BUNDLE }} diff --git a/TemplateApp.xcodeproj/project.pbxproj b/TemplateApp.xcodeproj/project.pbxproj index 679a2c6..f0d97c9 100644 --- a/TemplateApp.xcodeproj/project.pbxproj +++ b/TemplateApp.xcodeproj/project.pbxproj @@ -367,7 +367,7 @@ attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1510; - LastUpgradeCheck = 1530; + LastUpgradeCheck = 1540; ORGANIZATIONNAME = Q42; TargetAttributes = { D5284F2B2B57C6B600BB32E7 = { diff --git a/TemplateApp.xcodeproj/xcshareddata/xcschemes/TemplateApp.xcscheme b/TemplateApp.xcodeproj/xcshareddata/xcschemes/TemplateApp.xcscheme index d894ae9..d84816f 100644 --- a/TemplateApp.xcodeproj/xcshareddata/xcschemes/TemplateApp.xcscheme +++ b/TemplateApp.xcodeproj/xcshareddata/xcschemes/TemplateApp.xcscheme @@ -1,6 +1,6 @@