Skip to content

Commit

Permalink
Do not upload artifacts temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm authored Aug 3, 2024
1 parent 5deab90 commit 2760e8d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/xcode-local-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ jobs:
env:
LANG: "en_US.UTF-8"
run: 'zip -r OsmAndMaps.xcarchive.zip OsmAndMaps.xcarchive'
- name: Upload maps archive zip
uses: actions/upload-artifact@v4
with:
name: OsmAndMaps-${{ github.event.inputs.releaseversion }}.${{ github.event.inputs.buildversion }}.xcarchive.zip
path: OsmAndMaps.xcarchive.zip
#- name: Upload maps archive zip
# uses: actions/upload-artifact@v4
# with:
# name: OsmAndMaps-${{ github.event.inputs.releaseversion }}.${{ github.event.inputs.buildversion }}.xcarchive.zip
# path: OsmAndMaps.xcarchive.zip
# - name: Download iOS archive
# run: 'wget "https://builder.osmand.net/binaries/ios/OsmAndMaps.xcarchive.zip" -O OsmAndMaps.xcarchive.zip'
# - name: Unzip iOS archive
Expand All @@ -145,11 +145,11 @@ jobs:
-exportPath .
-allowProvisioningUpdates
-exportArchive'
- name: Upload maps archive
uses: actions/upload-artifact@v4
with:
name: OsmAndMaps-${{ github.event.inputs.releaseversion }}.${{ github.event.inputs.buildversion }}.ipa
path: 'OsmAnd Maps.ipa'
#- name: Upload maps archive
# uses: actions/upload-artifact@v4
# with:
# name: OsmAndMaps-${{ github.event.inputs.releaseversion }}.${{ github.event.inputs.buildversion }}.ipa
# path: 'OsmAnd Maps.ipa'
- name: Publish TestFlight
env:
LANG: "en_US.UTF-8"
Expand Down

0 comments on commit 2760e8d

Please sign in to comment.