Skip to content

Commit 9300275

Browse files
asdf
1 parent 8282c69 commit 9300275

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,12 @@ jobs:
6262
uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
6363
with:
6464
ref: main
65-
output-file: ${{ env.S3_ASSETS }}/sarif-report.json
65+
output-file: sarif-report.json
66+
67+
- name: "Move sarif report to output file"
68+
shell: bash
69+
run: cp sarif-report.json ${{ env.S3_ASSETS }}/sarif-report.json
6670

6771
- name: 'Print (TODO - upload to s3 instead)'
6872
shell: bash
69-
run: cat ${{ env.S3_ASSETS }}/sarif-report.json
73+
run: ls ${{ env.S3_ASSETS }}

0 commit comments

Comments
 (0)