Skip to content

Commit

Permalink
Update objective-c-xcode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cabal95 authored Sep 27, 2024
1 parent 3f4f1ca commit 40ddfeb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/objective-c-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macos-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4.2.0

- name: Install the Apple certificate and provisioning profile
env:
Expand Down Expand Up @@ -78,8 +78,9 @@ jobs:
ls -l $RUNNER_TEMP/build
- name: Upload application
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app
path: ${{ runner.temp }}/build/RockCheckin.ipa
if-no-files-found: error
path: "${{ runner.temp }}/build/Rock Check-in.ipa"
retention-days: 3

0 comments on commit 40ddfeb

Please sign in to comment.