Skip to content

Commit 1c0fa59

Browse files
committed
Add edge build.
1 parent e11bf50 commit 1c0fa59

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/edge.yml

-6
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
run: tar czf build/xmq-gnu-linux-release.tar.gz -C build/default/release xmq
2727
- id: UPLOAD_TO_EDGE
2828
run: gh release upload edge build/xmq-gnu-linux-release.tar.gz
29-
env:
30-
GITHUB_TOKEN: ${{ github.TOKEN }}
3129

3230
job_release_macosx:
3331
needs: [job_create_release]
@@ -45,8 +43,6 @@ jobs:
4543
run: tar czf build/xmq-macos-release.tar.gz -C build/default/release xmq
4644
- id: UPLOAD_TO_EDGE
4745
run: gh release upload edge build/xmq-macos-release.tar.gz
48-
env:
49-
GITHUB_TOKEN: ${{ github.TOKEN }}
5046

5147
job_release_windows:
5248
needs: [job_create_release]
@@ -64,5 +60,3 @@ jobs:
6460
run: make release
6561
- id: UPLOAD_TO_EDGE
6662
run: gh release upload edge ./build/default/windows_installer/xmq-windows-release.msi
67-
env:
68-
GITHUB_TOKEN: ${{ github.TOKEN }}

0 commit comments

Comments
 (0)