Skip to content

Commit

Permalink
Update released workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 7, 2020
1 parent 567a48a commit 8e4de5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ jobs:
virustotal:
runs-on: ubuntu-latest
steps:
-
name: Prepare
id: prepare
run: |
echo ::set-output name=date::$(date -u +'%Y%m%d')
-
name: VirusTotal Monitor Scan
uses: crazy-max/ghaction-virustotal@v2.2.0
with:
vt_api_key: ${{ secrets.VT_MONITOR_API_KEY }}
vt_monitor: true
monitor_path: /${{ github.event.repository.name }}/${{ github.event.release.tag_name }}
monitor_path: /portapps/${{ steps.prepare.outputs.date }}/${{ github.event.repository.name }}-${{ github.event.release.tag_name }}
update_release_body: false
github_token: ${{ secrets.GITHUB_TOKEN }}
files: |
Expand Down

0 comments on commit 8e4de5b

Please # to comment.