From 7bd6503a52d2606422d3450091660d384e82b20f Mon Sep 17 00:00:00 2001 From: lmoretti96 <51789626+lmoretti96@users.noreply.github.com> Date: Sun, 14 Mar 2021 18:03:26 +0100 Subject: [PATCH] Update Build_Release.yml --- .github/workflows/Build_Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build_Release.yml b/.github/workflows/Build_Release.yml index 6d2fca5..4788655 100644 --- a/.github/workflows/Build_Release.yml +++ b/.github/workflows/Build_Release.yml @@ -41,6 +41,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.PYCTBN_TOK }} 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: ./dist/Py + asset_path: ./dist/PyCTBN-1.0.tar.gz asset_name: PyCTBN-1.0.tar.gz asset_content_type: application/tar+gzip