Skip to content

Commit

Permalink
Update virustotal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Jan 4, 2025
1 parent 8083b26 commit a7ba082
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ jobs:
\n * It is recommended to also clear your previous settings by deleting the FriishProduce folder in your user's local app data directory.\n\n
Be sure to read [the wiki](https://catmanfan.github.io/friishproduce-wiki/) for instructions and further details."
token: ${{ secrets.github_token }} # Required

- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
files: .exe$
23 changes: 12 additions & 11 deletions .github/workflows/virustotal.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: released
name: virustotal

on:
release:
types: [edited, published]
workflow_call:

jobs:
virustotal:
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
files: |
.exe$
- name: Checkout repo
- uses: actions/checkout@v4

- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
files: |
.exe$

0 comments on commit a7ba082

Please sign in to comment.