File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments