mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Sorry, Debian-aarch64 users
This commit is contained in:
parent
8cba04338e
commit
d5fd8231ff
1 changed files with 0 additions and 11 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -93,17 +93,6 @@ jobs:
|
||||||
asset_path: "target/x86_64-unknown-linux-musl/debian/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_content_type: application/x-debian-package
|
asset_content_type: application/x-debian-package
|
||||||
|
|
||||||
- name: Upload Debian package for aarch64
|
|
||||||
id: upload-release-asset-debian-aarch64
|
|
||||||
uses: actions/upload-release-asset@v1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
|
||||||
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_content_type: application/x-debian-package
|
|
||||||
|
|
||||||
- name: Upload tarball for linux-x86_64
|
- name: Upload tarball for linux-x86_64
|
||||||
id: upload-release-asset-tarball-linux-x86_64
|
id: upload-release-asset-tarball-linux-x86_64
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue