We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da98258 commit 08e680bCopy full SHA for 08e680b
.github/workflows/autobuilder.yml
@@ -21,8 +21,7 @@ jobs:
21
run: |
22
cd .devel
23
chmod +x extract_debian_from_container.sh && ./extract_debian_from_container.sh
24
- cd ~/extract
25
- cat SAS_VERSION >> "$GITHUB_OUTPUT"
+ cat upload/SAS_VERSION >> "$GITHUB_OUTPUT"
26
- name: Upload
27
uses: actions/upload-artifact@v4
28
with:
0 commit comments