Skip to content

Commit 022bd5e

Browse files
committed
Fix
1 parent abf2887 commit 022bd5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
name: LumosEditorIOS
8787
path: bin/Production-ios-ARM/
8888
- uses: montudor/action-zip@v1
89-
with:
90-
args: zip -qq -r LumosEditorIOS.zip bin/Production-ios-ARM/LumosEditor.app
89+
with:
90+
args: zip -qq -r LumosEditorIOS.zip bin/Production-ios-ARM/LumosEditor.app
9191
- name: Release
9292
uses: softprops/action-gh-release@v1
9393
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)