Skip to content

Commit

Permalink
poop
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Gore committed Mar 5, 2024
1 parent f847393 commit 7427a5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ 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
env:
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

0 comments on commit 7427a5c

Please sign in to comment.