We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eff5d3 commit a94e64eCopy full SHA for a94e64e
.github/workflows/debos.yml
@@ -35,6 +35,12 @@ jobs:
35
- /efs/qli/metaqcom/gh-runners/quic-yocto/downloads:/fileserver-downloads
36
options: --privileged
37
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 }}"
44
# make sure we have latest packages first, to get latest fixes and to
45
# avoid an automated update while we're building
46
- name: Update OS packages
0 commit comments