Skip to content

Commit

Permalink
Fixx edge build.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jan 21, 2025
1 parent 68d26ac commit 6822287
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: tar czf build/xmq-gnu-linux-release.tar.gz -C build/default/release xmq
- id: UPLOAD_TO_EDGE
run: gh release upload edge build/xmq-gnu-linux-release.tar.gz
env:
GH_TOKEN: ${{ github.token }}

job_edge_macosx:
runs-on: macOS-latest
Expand All @@ -42,6 +44,8 @@ jobs:
run: tar czf build/xmq-macos-release.tar.gz -C build/default/release xmq
- id: UPLOAD_TO_EDGE
run: gh release upload edge build/xmq-macos-release.tar.gz
env:
GH_TOKEN: ${{ github.token }}

job_edge_windows:
runs-on: ubuntu-latest
Expand All @@ -58,3 +62,5 @@ jobs:
run: make release
- id: UPLOAD_TO_EDGE
run: gh release upload edge ./build/default/windows_installer/xmq-windows-release.msi
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 6822287

Please sign in to comment.