Skip to content

Commit 7b09312

Browse files
authored
[autobuilder.yml] Where's the upload folder?
1 parent 08e680b commit 7b09312

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/autobuilder.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
run: |
2222
cd .devel
2323
chmod +x extract_debian_from_container.sh && ./extract_debian_from_container.sh
24-
cat upload/SAS_VERSION >> "$GITHUB_OUTPUT"
24+
cd upload
25+
tree .
26+
cat SAS_VERSION >> "$GITHUB_OUTPUT"
2527
- name: Upload
2628
uses: actions/upload-artifact@v4
2729
with:

0 commit comments

Comments
 (0)