Skip to content

Commit

Permalink
Fix Publish Action (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 authored Oct 11, 2024
1 parent 4344ae9 commit 6fb6143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Download build files from GCS
if: ${{ inputs.package }} != hailo
run: |
mkdir -p docker/extra_packages
cd docker/extra_packages
if [ "$PACKAGE" = "rvc4" ]; then
gcloud storage cp \
Expand Down

0 comments on commit 6fb6143

Please sign in to comment.