We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b65e0e4 + 1e98fdf commit 3e41da9Copy full SHA for 3e41da9
.github/workflows/bump-native-sdks.yml
@@ -78,15 +78,15 @@ jobs:
78
- name: Copy the podspec template
79
uses: canastro/copy-action@master
80
with:
81
- source: 'flutter_radar.podspec.template'
82
- target: 'flutter_radar.podspec'
+ source: 'ios/flutter_radar.podspec.template'
+ target: 'ios/flutter_radar.podspec'
83
84
# render the podspec template with the sdk version
85
- name: Render radar-sdk-ios release version onto podspec template
86
uses: jayamanikharyono/[email protected]
87
88
data: version=${{ github.event.client_payload.release }}
89
- path: 'flutter_radar.podspec'
+ path: 'ios/flutter_radar.podspec'
90
91
# copy the pubspec.yaml template to its final destination
92
0 commit comments