Skip to content

Commit fe1c123

Browse files
committed
upload
1 parent 12439ee commit fe1c123

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/electron-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,12 @@ jobs:
6363
run: |
6464
ls -la ./resources
6565
66+
- name: Upload binaries to release
67+
uses: svenstaro/upload-release-action@v2
68+
with:
69+
repo_token: ${{ secrets.GITHUB_TOKEN }}
70+
file: dist/dockman-1.0.0-arm64.dmg
71+
asset_name: dockman-1.0.0-arm64.dmg
72+
tag: ${{ github.ref }}
73+
6674

0 commit comments

Comments
 (0)