Skip to content

Commit 8473f6a

Browse files
author
Alin BUTU
committed
fix publish-binaries
1 parent f00cdc0 commit 8473f6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ jobs:
371371
- name: Copy layer-cleanup.sh script
372372
run: cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
373373
shell: bash
374-
374+
375375
- name: Copy debug mode dependencies
376376
if: ${{ needs.set-env.outputs.debug_mode }} == true
377377
run: cp -t ./build_context_path ./.github/scripts/git_debug_image.sh
@@ -417,7 +417,7 @@ jobs:
417417
- name: Copy layer-cleanup.sh script
418418
run: cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
419419
shell: bash
420-
420+
421421
- name: Copy debug mode dependencies
422422
if: ${{ needs.set-env.outputs.debug_mode }} == true
423423
run: cp -t ./build_context_path ./.github/scripts/git_debug_image.sh
@@ -464,7 +464,7 @@ jobs:
464464
- name: Copy layer-cleanup.sh script
465465
run: cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
466466
shell: bash
467-
467+
468468
- name: Copy debug mode dependencies
469469
if: ${{ needs.set-env.outputs.debug_mode }} == true
470470
run: cp -t ./build_context_path ./.github/scripts/git_debug_image.sh
@@ -511,7 +511,7 @@ jobs:
511511
- name: Copy layer-cleanup.sh script
512512
run: cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
513513
shell: bash
514-
514+
515515
- id: publish-docker
516516
uses: ./.github/actions/publish-docker
517517
with:

0 commit comments

Comments
 (0)