Skip to content

Commit

Permalink
Update build-manual.yaml
Browse files Browse the repository at this point in the history
Adds the WORKBENCH_SESSION_INIT variable to the manual build flow
  • Loading branch information
skyeturriff authored Nov 15, 2024
1 parent f2049d9 commit f2db0fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
product="CONNECT"
elif [[ "$product" == "package-manager" ]]; then
product="PACKAGE_MANAGER"
elif [[ "$product" == "workbench-session-init" ]]; then
product="WORKBENCH_SESSION_INIT"
else
product="WORKBENCH"
fi
Expand Down

0 comments on commit f2db0fa

Please sign in to comment.