Skip to content

Commit 04649ab

Browse files
committed
Fixing order of the dockerfile.
1 parent 97d26ae commit 04649ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sas_debian_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Build image
1818
run: |
19-
chmod +x build_container.sh && ./build_container.sh sas_deb_builder/${{ matrix.ros }}
19+
chmod +x build_container.sh && ./build_container.sh ${{ matrix.ros }}/sas_deb_builder
2020
- name: Extract debian files
2121
id: extract
2222
run: |

0 commit comments

Comments
 (0)