From 2aef7cf002b42487ab2fca181ec72698bddc0bda Mon Sep 17 00:00:00 2001 From: Jake Swenson Date: Sat, 2 May 2020 23:35:21 -0700 Subject: [PATCH] fix release upload --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a3f010..5d8277d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,6 +55,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: ./target/release/.zip - asset_name: my-artifact.zip - asset_content_type: application/zip + asset_path: ./deploy/ + asset_name: otpcli.${{matrix.build.name}}.tar.xz + asset_content_type: application/tar