Skip to content

Commit a94e64e

Browse files
committed
tmp
1 parent 4eff5d3 commit a94e64e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/debos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
3636
options: --privileged
3737
steps:
38+
- name: TMP-DEBUG
39+
uses: qualcomm-linux/upload-private-artifact-action@v1
40+
with:
41+
path: /tmp/${BUILD_ID}
42+
build_id: "${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt }}"
43+
github_token: "${{ secrets.GITHUB_TOKEN }}"
3844
# make sure we have latest packages first, to get latest fixes and to
3945
# avoid an automated update while we're building
4046
- name: Update OS packages

0 commit comments

Comments
 (0)