We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85280f4 commit 8cba043Copy full SHA for 8cba043
1 file changed
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
prerelease: false
84
85
- name: Upload Debian package for x86_64
86
- id: upload-release-asset-debian
+ id: upload-release-asset-debian-x86_64
87
uses: actions/upload-release-asset@v1
88
env:
89
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -94,7 +94,7 @@ jobs:
94
asset_content_type: application/x-debian-package
95
96
- name: Upload Debian package for aarch64
97
+ id: upload-release-asset-debian-aarch64
98
99
100
0 commit comments