Skip to content

Commit e546031

Browse files
committed
A few changes
1 parent 954dd1e commit e546031

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,8 @@ jobs:
169169
file: KomojuSharedSDK.zip
170170
make_latest: false
171171
- name: Publish iOS SDK Framework!
172-
working-directory: ./komoju-ios-sdk
173172
uses: svenstaro/upload-release-action@v2
174173
with:
175174
repo_token: ${{ secrets.GITHUB_TOKEN }}
176-
file: KomojuIosSDK.zip
175+
file: komoju-ios-sdk/KomojuIosSDK.zip
177176
make_latest: false

0 commit comments

Comments
 (0)