From 7bf6cbff664dd2e4935e5ba44a7db1e98e2833d1 Mon Sep 17 00:00:00 2001 From: Renato Valenzuela Date: Mon, 13 May 2024 22:43:32 +0000 Subject: [PATCH] fix error --- .github/workflows/check-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-binaries.yml b/.github/workflows/check-binaries.yml index 3c0eb97..eafdd9b 100644 --- a/.github/workflows/check-binaries.yml +++ b/.github/workflows/check-binaries.yml @@ -21,8 +21,8 @@ on: jobs: check-binary: runs-on: ubuntu-latest - outputs: - vulnerability: ${{steps.laststep.outputs}} + # outputs: + # vulnerability: ${{steps.laststep.outputs}} steps: - uses: robinraju/release-downloader@v1.10 with: