From 85280f45251d40a07dacfd12876700ac5b161c89 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 12 Jan 2023 01:25:34 +0100 Subject: [PATCH] Try to build Debian packages --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) 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