Commit 1c0fa59 1 parent e11bf50 commit 1c0fa59 Copy full SHA for 1c0fa59
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 26
26
run : tar czf build/xmq-gnu-linux-release.tar.gz -C build/default/release xmq
27
27
- id : UPLOAD_TO_EDGE
28
28
run : gh release upload edge build/xmq-gnu-linux-release.tar.gz
29
- env :
30
- GITHUB_TOKEN : ${{ github.TOKEN }}
31
29
32
30
job_release_macosx :
33
31
needs : [job_create_release]
45
43
run : tar czf build/xmq-macos-release.tar.gz -C build/default/release xmq
46
44
- id : UPLOAD_TO_EDGE
47
45
run : gh release upload edge build/xmq-macos-release.tar.gz
48
- env :
49
- GITHUB_TOKEN : ${{ github.TOKEN }}
50
46
51
47
job_release_windows :
52
48
needs : [job_create_release]
64
60
run : make release
65
61
- id : UPLOAD_TO_EDGE
66
62
run : gh release upload edge ./build/default/windows_installer/xmq-windows-release.msi
67
- env :
68
- GITHUB_TOKEN : ${{ github.TOKEN }}
You can’t perform that action at this time.
0 commit comments