File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 93
93
asset_path : " target/x86_64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
94
94
asset_content_type : application/x-debian-package
95
95
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
-
107
96
- name : Upload tarball for linux-x86_64
108
97
id : upload-release-asset-tarball-linux-x86_64
109
98
uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments