We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad5b60 commit d55156dCopy full SHA for d55156d
1 file changed
.github/workflows/build.yml
@@ -41,6 +41,11 @@ jobs:
41
run: npm install
42
- name: Pack into zip and create installer
43
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'
49
- name: Upload Artifacts
50
uses: actions/upload-artifact@master
51
with:
0 commit comments