From 4bad111b639d3187fdb2350fd4060c5b0411f336 Mon Sep 17 00:00:00 2001 From: 6missedcalls Date: Tue, 27 Sep 2022 07:29:06 -0700 Subject: [PATCH] changed file dir --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 332537bd..2e88f86d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,6 +73,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.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: ./build/darwin-build-darwin-amd64.tar.gz + asset_path: ./darwin-build_darwin_arm64/speedway asset_name: darwin-build-darwin-amd64.tar.gz asset_content_type: application/gzip