Skip to content

Commit

Permalink
Don't try to extract VT url if not releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 12, 2023
1 parent 228d20b commit 72c8ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
dmidecode.exe
- name: Extract VT URL
id: get-vt-url
if: startsWith(github.ref, 'refs/tags/')
run: |
URL="${{ steps.vt-scan.outputs.analysis }}"
echo "dmidecode=${URL#dmidecode.exe=}" >>$GITHUB_OUTPUT
Expand Down

0 comments on commit 72c8ced

Please sign in to comment.