Skip to content

Commit 3e41da9

Browse files
authored
Merge pull request #22 from radarlabs/andrew/fix-flutter-radar-sdk-bump
[Automation] Podspec Template is in ios folder
2 parents b65e0e4 + 1e98fdf commit 3e41da9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bump-native-sdks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ jobs:
7878
- name: Copy the podspec template
7979
uses: canastro/copy-action@master
8080
with:
81-
source: 'flutter_radar.podspec.template'
82-
target: 'flutter_radar.podspec'
81+
source: 'ios/flutter_radar.podspec.template'
82+
target: 'ios/flutter_radar.podspec'
8383

8484
# render the podspec template with the sdk version
8585
- name: Render radar-sdk-ios release version onto podspec template
8686
uses: jayamanikharyono/[email protected]
8787
with:
8888
data: version=${{ github.event.client_payload.release }}
89-
path: 'flutter_radar.podspec'
89+
path: 'ios/flutter_radar.podspec'
9090

9191
# copy the pubspec.yaml template to its final destination
9292
- name: Copy the podspec template

0 commit comments

Comments
 (0)