Skip to content

Commit d55156d

Browse files
authored
Add dmg package step
1 parent cad5b60 commit d55156d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
run: npm install
4242
- name: Pack into zip and create installer
4343
run: npm run pack-mac
44+
- name: create macOS dmg
45+
uses: L-Super/create-dmg-actions@v1.0.3
46+
with:
47+
dmg_name: 'dist/mac/OpenATBPClient'
48+
src_dir: 'dist/mac/OpenATBPClient.app'
4449
- name: Upload Artifacts
4550
uses: actions/upload-artifact@master
4651
with:

0 commit comments

Comments
 (0)