Skip to content

Commit ca78954

Browse files
prototype working
1 parent 9300275 commit ca78954

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,6 @@ jobs:
7070

7171
- name: 'Print (TODO - upload to s3 instead)'
7272
shell: bash
73-
run: ls ${{ env.S3_ASSETS }}
73+
run: |
74+
ls ${{ env.S3_ASSETS }}
75+
cat ${{ env.S3_ASSETS }}/sarif-report.json

0 commit comments

Comments
 (0)