From e73331be10c42b5096f41c83172e882002608d2e Mon Sep 17 00:00:00 2001 From: proelbtn Date: Sun, 8 Nov 2020 23:56:41 +0900 Subject: [PATCH] v0.1.6 --- .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 16696c5..aff4f96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./mdns-repeater-${{ github.ref }}-${{ matrix.target.short }}.zip + asset_path: ./mdns-repeater-${{ matrix.target.short }}.zip asset_name: mdns-repeater-${{ github.ref }}-${{ matrix.target.short }}.zip asset_content_type: application/zip \ No newline at end of file