Skip to content

Commit 85280f4

Browse files
committed
Try to build Debian packages
1 parent 1c28a28 commit 85280f4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
upload_url: ${{ steps.create_release.outputs.upload_url }}
9292
asset_name: "doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
9393
asset_path: "target/x86_64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
94-
asset_path: "target/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
9594
asset_content_type: application/x-debian-package
9695

9796
- name: Upload Debian package for aarch64
@@ -103,7 +102,6 @@ jobs:
103102
upload_url: ${{ steps.create_release.outputs.upload_url }}
104103
asset_name: "doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb"
105104
asset_path: "target/aarch64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb"
106-
asset_path: "target/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb"
107105
asset_content_type: application/x-debian-package
108106

109107
- name: Upload tarball for linux-x86_64

0 commit comments

Comments
 (0)