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 c79501a commit d6635eeCopy full SHA for d6635ee
1 file changed
.github/workflows/release.yml
@@ -104,8 +104,8 @@ jobs:
104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105
with:
106
upload_url: ${{ steps.create_release.outputs.upload_url }}
107
- asset_name: "doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
108
- asset_path: "target/x86_64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}_amd64.deb"
+ asset_name: "doh-proxy_${{ steps.get_version.outputs.VERSION }}-1_amd64.deb"
+ asset_path: "target/x86_64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}-1_amd64.deb"
109
asset_content_type: application/x-debian-package
110
111
- name: Upload RPM package for x86_64
0 commit comments