Skip to content

Commit

Permalink
chore: fix VirusTotal scan files in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludndev committed Jul 18, 2024
1 parent d348f38 commit 5779d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ jobs:
with:
vt_api_key: ${{ env.VT_API_KEY }}
update_release_body: true
files: ./target/release/${{ env.BINARY_NAME }}${{ matrix.asset_extension }}
files: |
./target/release/${{ env.BINARY_NAME }}${{ matrix.asset_extension }}
- name: Notify success
if: success()
Expand Down

0 comments on commit 5779d9e

Please sign in to comment.