mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Actions require unique names
This commit is contained in:
parent
eede3f4ab3
commit
6f5213838b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
|||
asset_content_type: application/x-debian-package
|
||||
|
||||
- name: Upload tarball for linux-x86_64
|
||||
id: upload-release-asset-tarball
|
||||
id: upload-release-asset-tarball-linux-x86_64
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -100,7 +100,7 @@ jobs:
|
|||
asset_content_type: application/x-tar
|
||||
|
||||
- name: Upload tarball for linux-aarch64
|
||||
id: upload-release-asset-tarball
|
||||
id: upload-release-asset-tarball-linux-aarch64
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -111,7 +111,7 @@ jobs:
|
|||
asset_content_type: application/x-tar
|
||||
|
||||
- name: Upload tarball for windows-x86_64
|
||||
id: upload-release-asset-tarball
|
||||
id: upload-release-asset-tarball-windows-x86_64
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue