diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 079e40b..ab6f4da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,6 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_name: "doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb" asset_path: "target/x86_64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb" - asset_path: "target/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb" asset_content_type: application/x-debian-package - name: Upload Debian package for aarch64 @@ -103,7 +102,6 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_name: "doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb" asset_path: "target/aarch64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb" - asset_path: "target/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb" asset_content_type: application/x-debian-package - name: Upload tarball for linux-x86_64