From 8431eef5151ff14e07c0bdb9e81834978278cacd Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sun, 25 Apr 2021 22:10:28 -0700 Subject: [PATCH] github.event.release.upload_url --- .github/workflows/release-freebsd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-freebsd.yaml b/.github/workflows/release-freebsd.yaml index 43574f7..73fc15e 100644 --- a/.github/workflows/release-freebsd.yaml +++ b/.github/workflows/release-freebsd.yaml @@ -71,7 +71,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} with: - upload_url: ${{ github.event.release.upload_urll }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps + upload_url: ${{ github.event.release.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps asset_path: './dist/scrutiny-collector-metrics-freebsd-amd64' asset_name: scrutiny-collector-metrics-freebsd-amd64 asset_content_type: application/octet-stream