File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 asset_path : " target/x86_64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
9494 asset_content_type : application/x-debian-package
9595
96- - name : Upload Debian package for aarch64
97- id : upload-release-asset-debian-aarch64
98- uses : actions/upload-release-asset@v1
99- env :
100- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
101- with :
102- upload_url : ${{ steps.create_release.outputs.upload_url }}
103- asset_name : " doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb"
104- asset_path : " target/aarch64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_aarch64.deb"
105- asset_content_type : application/x-debian-package
106-
10796 - name : Upload tarball for linux-x86_64
10897 id : upload-release-asset-tarball-linux-x86_64
10998 uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments