Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaurin committed Feb 23, 2024
1 parent 7648ea0 commit 0a68e83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ jobs:
needs: main_release
runs-on: ${{ startsWith( github.ref_name, 'test' ) && 'self-hosted' || 'ubuntu-22.04' }}
steps:
- name: Sleep for 20 seconds
run: sleep 20s
shell: bash
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
RS_Liveries*.exe$
RS_Liveries*.exe

0 comments on commit 0a68e83

Please sign in to comment.