diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0a0922..d83db31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,8 +59,8 @@ jobs: uses: actions/upload-release-asset@v1 with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: mh_${VERSION}-1_amd64.deb - asset_name: mh_${VERSION}-1_amd64.deb + asset_path: mh_amd64.deb + asset_name: mh_1_amd64.deb asset_content_type: application/octet-stream build-osx-amd64: runs-on: macos-latest