Skip to content

Commit 201a223

Browse files
committed
tmp
1 parent 4eff5d3 commit 201a223

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/debos.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ 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+
id: upload_artifacts
41+
with:
42+
path: /tmp/${BUILD_ID}
43+
build_id: "${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt }}"
44+
github_token: "${{ secrets.GITHUB_TOKEN }}"
3845
# make sure we have latest packages first, to get latest fixes and to
3946
# avoid an automated update while we're building
4047
- name: Update OS packages

0 commit comments

Comments
 (0)