File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,19 @@ jobs:
143143 disk-sdcard.img2 \
144144 flash_qrb2210-*
145145
146- - name : Upload private artifacts
146+ # upload to a cloud storage space accessible by LAVA and developers
147+ - name : Upload private artifacts (GCP)
147148 uses : qualcomm-linux/upload-private-artifact-action@v1
148- id : upload_artifacts
149+ id : upload_artifacts_gcp
150+ with :
151+ path : debos-artifacts
152+
153+ # upload to a cloud storage space accessible by Axiom
154+ - name : Upload private artifacts (S3)
155+ uses : qualcomm-linux/upload-private-artifact-action@aws-v1
156+ s3_bucket : qcom-prd-gh-artifacts
157+ # should probably be done in that action, or reuse BUILD_ID
158+ destination : ${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.run_id }}-${{ github.run_attempt }}/
149159 with :
150160 path : debos-artifacts
151161
@@ -199,7 +209,7 @@ jobs:
199209 path : sboms
200210 - name : " Print output"
201211 env :
202- build_url : ${{ steps.upload_artifacts .outputs.url }}
212+ build_url : ${{ steps.upload_artifacts_gcp .outputs.url }}
203213 run : |
204214 echo "Downloads URL: ${build_url}"
205215 echo "url=\"${build_url}\"" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments