From 698cb404cf8af4f593d682b3a129edc07d2467dd Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 5 Nov 2020 08:34:57 -0800 Subject: [PATCH] fixing buildd typo. --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2508fe5..f7f9e1c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -156,7 +156,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-6 + asset_path: /build/scrutiny-collector-metrics-linux-arm-6 asset_name: scrutiny-collector-metrics-linux-arm-6 asset_content_type: application/octet-stream @@ -177,7 +177,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-7 + asset_path: /build/scrutiny-collector-metrics-linux-arm-7 asset_name: scrutiny-collector-metrics-linux-arm-7 asset_content_type: application/octet-stream