We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3463791 commit ceb122aCopy full SHA for ceb122a
.github/workflows/package-ObjectDetectionYOLOv5-6.2.yml
@@ -19,7 +19,7 @@ jobs:
19
id: create_package
20
run: |
21
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)
+ 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)
23
echo "package_file=$package_file"
24
echo "package_file=$package_file" >> $GITHUB_OUTPUT
25
0 commit comments