Skip to content

Commit 64f5f49

Browse files
committed
Review feedback
1 parent 6633975 commit 64f5f49

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,7 @@ jobs:
121121
fetch-depth: 0
122122
- uses: actions/download-artifact@v4
123123
with:
124-
merge-multiple: true
125-
- run: "ls -al"
126-
- name: Upload XCFramework
127-
env:
128-
GH_TOKEN: ${{ github.token }}
129-
GH_REPO: ${{ github.repository }}
130-
run: |
131-
gh release upload "${{ needs.draft_release.outputs.tag }}" PowersyncKotlinRelease.zip
132-
124+
name: XCFramework
133125
- name: Download prebuilts
134126
uses: actions/download-artifact@v5
135127
with:
@@ -141,7 +133,6 @@ jobs:
141133
find internal/prebuild-binaries/build/output
142134
zip -r prebuilt_libraries.zip internal/prebuild-binaries/build/output/
143135
144-
- run: "ls -al"
145136
- name: Upload XCFramework
146137
env:
147138
GH_TOKEN: ${{ github.token }}
@@ -150,7 +141,6 @@ jobs:
150141
gh release upload "${{ needs.draft_release.outputs.tag }}" PowersyncKotlinRelease.zip
151142
gh release upload "${{ needs.draft_release.outputs.tag }}" prebuilt_libraries.zip
152143
153-
154144
- name: "Update release description"
155145
env:
156146
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)