Skip to content

Commit

Permalink
fixing macos action build
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed May 26, 2021
1 parent 587406a commit 3d68836
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,12 @@ jobs:
- run: flutter config --enable-macos-desktop
- run: flutter build macos
- name: Zips the build
uses: papeloto/action-zip@v1
with:
files: fire_atlas_editor/build/macos/Build/Products/Release/Fire\ Atlas\ Editor.app
dest: fa_osx.zip
run: cd build/macos/Build/Products/Release/ && zip -r fa_osx.zip Fire\ Atlas\ Editor.app
- name: Upload binary
uses: actions/upload-artifact@v2
with:
name: fa_osx
path: fa_osx.zip
path: fire_atlas_editor/build/macos/Build/Products/Release/fa_osx.zip

windows:
runs-on: windows-latest
Expand Down

0 comments on commit 3d68836

Please sign in to comment.