From 0e9ded6cbc777b9c8f399c4ae65319f29ed36419 Mon Sep 17 00:00:00 2001 From: Mike McGarr Date: Sat, 13 Feb 2021 11:55:51 -0800 Subject: [PATCH] Fixing a typo with the Github Release action --- .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 a6f1b72..f6e79bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,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/graal/dirty + asset_path: ./build/graal/dirty asset_name: dirty asset_content_type: application/x-sh \ No newline at end of file