Skip to content

Commit ceb122a

Browse files
author
Chris Maunder
committed
Corrected bash call
1 parent 3463791 commit ceb122a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-ObjectDetectionYOLOv5-6.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: create_package
2020
run: |
2121
cd modules/ObjectDetectionYOLOv5-6.2
22-
package_file=$(curl -sL https://raw.githubusercontent.com/codeproject/CodeProject.AI-Server/refs/heads/main/devops/build/create_packages.sh --no-color --github-action | bash)
22+
package_file=$(curl -sL https://raw.githubusercontent.com/codeproject/CodeProject.AI-Server/refs/heads/main/devops/build/create_packages.sh | bash -s -- --no-color --github-action)
2323
echo "package_file=$package_file"
2424
echo "package_file=$package_file" >> $GITHUB_OUTPUT
2525

0 commit comments

Comments
 (0)