chore(ci): alphabetize Windows packages (#6824)

Also add `firezone-logging` which slipped through

This is factored out from #6782
This commit is contained in:
Reactor Scram
2024-09-26 17:13:50 -05:00
committed by GitHub
parent 81564e270b
commit 8ae1eb7721

View File

@@ -28,7 +28,7 @@ outputs:
value: ${{
(runner.os == 'Linux' && '--workspace') ||
(runner.os == 'macOS' && '-p connlib-client-apple -p connlib-client-shared -p firezone-tunnel -p snownet') ||
(runner.os == 'Windows' && '-p connlib-client-shared -p firezone-headless-client -p firezone-gui-client -p firezone-gui-client-common -p firezone-iced-client -p firezone-tunnel -p gui-smoke-test -p snownet -p firezone-bin-shared') }}
(runner.os == 'Windows' && '-p connlib-client-shared -p firezone-bin-shared -p firezone-gui-client -p firezone-gui-client-common -p firezone-headless-client -p firezone-iced-client -p firezone-logging -p firezone-tunnel -p gui-smoke-test -p snownet') }}
runs:
using: "composite"