File tree 1 file changed +0
-30
lines changed
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 42
42
asset_name : io.github.Omniaevo.mqtt5-explorer.tar.gz
43
43
asset_content_type : application/x-gzip
44
44
45
- build-arm :
46
- needs : build-linux
47
- name : Create package for ARM64
48
- runs-on : ubuntu-24.04-arm
49
- steps :
50
- - uses : actions/checkout@v3
51
- - name : Use Node.js ${{ env.NODE_VERSION }}
52
- uses : actions/setup-node@v3
53
- with :
54
- node-version : ${{ env.NODE_VERSION }}
55
- - run : npm install
56
- - run : npm run electron:icons
57
- - run : npm run electron:build -- --linux dir
58
- - run : tar -czf io.github.Omniaevo.mqtt5-explorer.arm64.tar.gz dist_electron/linux-unpacked linux-resources
59
- - run : sha256sum io.github.Omniaevo.mqtt5-explorer.arm64.tar.gz
60
- - name : Get release
61
- id : get_release
62
- uses :
bruceadams/[email protected]
63
- env :
64
- GITHUB_TOKEN : ${{ secrets.PUBLISHING_TOKEN }}
65
- - name : Upload linux unpacked
66
- uses : actions/upload-release-asset@v1
67
- env :
68
- GITHUB_TOKEN : ${{ secrets.PUBLISHING_TOKEN }}
69
- with :
70
- upload_url : ${{ steps.get_release.outputs.upload_url }}
71
- asset_path : ./io.github.Omniaevo.mqtt5-explorer.arm64.tar.gz
72
- asset_name : io.github.Omniaevo.mqtt5-explorer.arm64.tar.gz
73
- asset_content_type : application/x-gzip
74
-
75
45
build-macos :
76
46
needs : build-linux
77
47
name : Create DMG for MacOS
You can’t perform that action at this time.
0 commit comments