Skip to content

Commit d1db01d

Browse files
committed
action
1 parent f87e5d9 commit d1db01d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/electron-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6262
with:
6363
upload_url: https://uploads.github.com/repos/${{ github.repository }}/releases/${{ github.ref_tag }}/assets
64-
asset_path: ./dist/electron-app-${{ matrix.os }}.zip
65-
asset_name: electron-app-${{ matrix.os }}.zip
66-
asset_content_type: application/zip
64+
asset_path: ./dist/dockman-1.0.0-arm64.dmg
65+
asset_name: dockman-1.0.0-arm64.dmg
66+
asset_content_type: application/octet-stream
6767

6868

0 commit comments

Comments
 (0)