Skip to content

Commit af2a5a0

Browse files
fix android sbom path (#8953)
1 parent 610dba8 commit af2a5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
env:
109109
SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}"
110110
run: |
111-
snyk sbom --format=cyclonedx1.6+json --all-projects --json-file-output=sbom-android.json
111+
snyk sbom --format=cyclonedx1.6+json --all-projects --json-file-output=../sbom-android.json
112112
working-directory: ./android
113113
shell: bash
114114

0 commit comments

Comments
 (0)