Skip to content

Commit

Permalink
Merge branch 'main' into feature/clean-architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernson committed Jul 17, 2024
2 parents 888c3f5 + c03eb68 commit e66ccca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion TemplateApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1510;
LastUpgradeCheck = 1530;
LastUpgradeCheck = 1540;
ORGANIZATIONNAME = Q42;
TargetAttributes = {
D5284F2B2B57C6B600BB32E7 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1530"
LastUpgradeVersion = "1540"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit e66ccca

Please # to comment.