From 14ed3eb71e04d6dd6d4cb0890c9daf8383f60fb6 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 5 Nov 2020 07:47:43 -0800 Subject: [PATCH] fixing release. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3610dfd..b8f1461 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -135,7 +135,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.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: /buildd/scrutiny-collector-metrics-linux-arm-5 + asset_path: /build/scrutiny-collector-metrics-linux-arm-5 asset_name: scrutiny-collector-metrics-linux-arm-5 asset_content_type: application/octet-stream