Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Apr 23, 2024
1 parent f2178ae commit fc64b1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ case "${GITHUB_EVENT_NAME}" in
OS_VERSION=${PAYLOAD_OS}
fi;;
workflow_dispatch)
B=${WORKFLOW_BRANCH}
BRANCH=${WORKFLOW_BRANCH}
if [ -f .build_os ]; then
OS_VERSION=`cat .build_os`
else
Expand Down

0 comments on commit fc64b1c

Please sign in to comment.