Skip to content

Commit e898ef9

Browse files
author
Murilo Marinho
committed
[autobuilder] Adjusting call to
1 parent 96b835c commit e898ef9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autobuilder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Build image
1414
run: |
1515
cd .devel
16-
chmod +x build_container.sh && ./build_container.sh
16+
chmod +x build_container.sh && ./build_container.sh sas_deb_builder
1717
- name: Extract debian files
1818
run: |
1919
cd .devel
20-
chmod +x build_container.sh && ./extract_debian_from_container.sh
20+
chmod +x extract_debian_from_container.sh && ./extract_debian_from_container.sh
2121
- name: Upload
2222
uses: actions/upload-artifact@v4
2323
with:

0 commit comments

Comments
 (0)