From 7427a5c4a4439df9ab4f589f1d57e17443bb25ca Mon Sep 17 00:00:00 2001 From: Jared Gore Date: Mon, 4 Mar 2024 21:47:07 -0600 Subject: [PATCH] poop --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6335f07..3ff6d3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,7 @@ jobs: release_name: Release v${{ github.run_number }} draft: false prerelease: false + - name: Upload Release Asset id: upload-release-asset uses: actions/upload-release-asset@v1 @@ -38,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: ./tailtrail + asset_path: . asset_name: tailtrail asset_content_type: application/octet-stream \ No newline at end of file