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