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 6d8189b commit 2a06b8eCopy full SHA for 2a06b8e
.github/workflows/generate-augmented-sbom.yml
@@ -46,6 +46,7 @@ jobs:
46
47
- name: Extract binary
48
run: |
49
+ mkdir -p ./linux
50
tar -xzf linux.tar.gz -C ./linux
51
unzip -o darwin.zip -d ./darwin
52
unzip -o windows.zip -d ./windows
0 commit comments