We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b835c commit e898ef9Copy full SHA for e898ef9
1 file changed
.github/workflows/autobuilder.yml
@@ -13,11 +13,11 @@ jobs:
13
- name: Build image
14
run: |
15
cd .devel
16
- chmod +x build_container.sh && ./build_container.sh
+ chmod +x build_container.sh && ./build_container.sh sas_deb_builder
17
- name: Extract debian files
18
19
20
- chmod +x build_container.sh && ./extract_debian_from_container.sh
+ chmod +x extract_debian_from_container.sh && ./extract_debian_from_container.sh
21
- name: Upload
22
uses: actions/upload-artifact@v4
23
with:
0 commit comments