Skip to content

Commit

Permalink
ci: normalize file names for release
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Jul 28, 2024
1 parent ecd7441 commit 6c032f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ jobs:
- name: Upload the JSON BOM file
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: SBOM.json
name: sbom.json
path: sbom.json
if-no-files-found: error
retention-days: 5
- name: Upload the XML BOM file
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: SBOM.xml
name: sbom.xml
path: sbom.xml
if-no-files-found: error
retention-days: 5
Expand Down Expand Up @@ -299,10 +299,10 @@ jobs:
name: "malwaredb-client_${{ steps.version.outputs.version }}-1_amd64.deb"
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: SBOM.xml
name: sbom.xml
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: SBOM.json
name: sbom.json
- name: Download minisign
run: |
wget https://github.com/jedisct1/minisign/releases/download/0.11/minisign-0.11-linux.tar.gz
Expand Down Expand Up @@ -332,10 +332,10 @@ jobs:
mdb_client_amd64.exe.minisig
mdb_client_arm64.exe
mdb_client_arm64.exe.minisig
mdb_server_linux_x86_64
mdb_server_linux_x86_64.minisig
mdb_client_linux_x86_64
mdb_client_linux_x86_64.minisig
mdb_server_linux_musl_x86_64
mdb_server_linux_musl_x86_64.minisig
mdb_client_linux_musl_x86_64
mdb_client_linux_musl_x86_64.minisig
malwaredb_${{ steps.version.outputs.version }}-1_amd64.deb
malwaredb_${{ steps.version.outputs.version }}-1_amd64.deb.minisig
malwaredb-client_${{ steps.version.outputs.version }}-1_amd64.deb
Expand Down

0 comments on commit 6c032f2

Please sign in to comment.