File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments