Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorton06 committed May 3, 2022
1 parent 022bd5e commit 6eaa309
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Expand Up @@ -54,9 +54,6 @@ jobs:
with:
name: LumosEditorMAC
path: bin/Production-macosx-x86_64/
- uses: montudor/action-zip@v1
with:
args: zip -qq -r LumosEditorMAC.zip bin/Production-macosx-x86_64/LumosEditor.app
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -85,9 +82,6 @@ jobs:
with:
name: LumosEditorIOS
path: bin/Production-ios-ARM/
- uses: montudor/action-zip@v1
with:
args: zip -qq -r LumosEditorIOS.zip bin/Production-ios-ARM/LumosEditor.app
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 6eaa309

Please sign in to comment.