Skip to content

Commit

Permalink
fix: update VirusTotal scan link generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlrikOlson committed Jun 10, 2024
1 parent eda74c2 commit 6bb27dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- **Build**: Packaged with PyInstaller.
- **Signing**: Signed using a self-signed certificate. Expect warnings, but you can still run it.
**VirusTotal Scan**: [View Results](${{ steps.virustotal.outputs.permalink }})
**VirusTotal Scan**: [View Results](${{ split(steps.virustotal.outputs.analysis, '=')[1] }})
## Commits
Expand Down

0 comments on commit 6bb27dd

Please sign in to comment.