Skip to content

Commit

Permalink
Merge pull request #872 from rstudio/skyeturriff-patch-1
Browse files Browse the repository at this point in the history
Update build-manual.yaml
  • Loading branch information
skyeturriff authored Nov 15, 2024
2 parents f2049d9 + f2db0fa commit 2487ad4
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 2487ad4

Please sign in to comment.