Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteninja76 authored Jan 16, 2024
1 parent 803bf51 commit db483b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
RELEASE_NAME: platform-status.zip
SBOM_NAME: platform-status-sbom.json

jobs:
release:
Expand All @@ -28,7 +27,7 @@ jobs:
with:
path: ./
format: cyclonedx-json
output-file: $SBOM_NAME
output-file: "platform-status-sbom.json"
- name: debug
run: |
ls -lh
Expand Down

0 comments on commit db483b3

Please sign in to comment.