Skip to content

Commit

Permalink
fix: zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorniv committed May 23, 2020
1 parent 36a11c5 commit 38778f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
prerelease: ${{ steps.dist_config.outputs.prerelease }}

- name: Zip Build
run: zip -rj macos/build.zip release/macos/
run: zip -rj macos/build.zip release/macos/dmg/

- name: Upload Release Asset
id: upload-release-asset
Expand Down
3 changes: 2 additions & 1 deletion _dmg.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# test -f doppio_dev_site.dmg && rm doppio_dev_site.dmg
mkdir "release/macos/dmg"
echo "Start create-dmg"
# https://github.com/sindresorhus/create-dmg
create-dmg 'release/macos/iXn.app' 'release/macos'
create-dmg 'release/macos/iXn.app' 'release/macos/dmg'
echo "Finish create-dmg"

0 comments on commit 38778f7

Please sign in to comment.