Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Itaybre committed Jan 31, 2025
1 parent 5684f26 commit 4ccaa32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios_emerge_upload_adhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths: [ios/**]

jobs:
build:
build_adhoc:
runs-on: macos-15

defaults:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
echo $CERTIFICATE_BASE64 | base64 --decode > signing-cert.p12
- name: Replace API key in Constants file
run: |
sed -i '' "s/API_KEY/$ETDISTRIBUTION_API_KEY/g" ios/HackerNews/Utils/Constants.swift
sed -i '' "s/API_KEY/$ETDISTRIBUTION_API_KEY/g" HackerNews/Utils/Constants.swift
env:
ETDISTRIBUTION_API_KEY: ${{ secrets.ETDISTRIBUTION_API_KEY_IOS }}
- name: Build & upload iOS size analysis binary to Emerge Tools
Expand Down

0 comments on commit 4ccaa32

Please sign in to comment.