Skip to content

Commit

Permalink
Update xcode-local-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm authored May 1, 2024
1 parent d8b50d7 commit 4447049
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/xcode-local-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,48 +39,49 @@ jobs:
# run: brew install gnupg
### Checks-out repository under $GITHUB_WORKSPACE, so job can access it
- name: Checkout ios
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/heads/master
repository: osmandapp/OsmAnd-iOS
path: ios
clean: false
- name: Checkout android
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/heads/master
repository: osmandapp/OsmAnd
path: android
clean: false
- name: Checkout build
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/heads/master
repository: osmandapp/OsmAnd-build
path: build
clean: false
- name: Checkout core legacy
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/heads/master
repository: osmandapp/OsmAnd-core-legacy
path: core-legacy
clean: false
- name: Checkout core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/heads/master
repository: osmandapp/OsmAnd-core
path: core
clean: false
- name: Checkout help
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/heads/master
repository: osmandapp/osmandapp.github.io
path: help
clean: false
- name: Checkout resources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/heads/master
repository: osmandapp/OsmAnd-resources
Expand Down Expand Up @@ -126,7 +127,7 @@ jobs:
- name: Zip iOS archive
run: 'zip -r OsmAndMaps.xcarchive.zip OsmAndMaps.xcarchive'
- name: Upload maps archive zip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: OsmAndMaps-${{ github.event.inputs.releaseversion }}.${{ github.event.inputs.buildversion }}.xcarchive.zip
path: OsmAndMaps.xcarchive.zip
Expand All @@ -141,7 +142,7 @@ jobs:
-allowProvisioningUpdates
-exportArchive'
- name: Upload maps archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: OsmAndMaps-${{ github.event.inputs.releaseversion }}.${{ github.event.inputs.buildversion }}.ipa
path: 'OsmAnd Maps.ipa'
Expand Down

0 comments on commit 4447049

Please sign in to comment.