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 495cfee commit 3463791Copy full SHA for 3463791
.github/workflows/package-ObjectDetectionYOLOv5-6.2.yml
@@ -20,6 +20,7 @@ jobs:
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)
23
+ echo "package_file=$package_file"
24
echo "package_file=$package_file" >> $GITHUB_OUTPUT
25
26
- name: Upload ZIP as artifact
0 commit comments