Skip to content

Commit d6635ee

Browse files
committed
up
1 parent c79501a commit d6635ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105105
with:
106106
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"
107+
asset_name: "doh-proxy_${{ steps.get_version.outputs.VERSION }}-1_amd64.deb"
108+
asset_path: "target/x86_64-unknown-linux-musl/debian/doh-proxy_${{ steps.get_version.outputs.VERSION }}-1_amd64.deb"
109109
asset_content_type: application/x-debian-package
110110

111111
- name: Upload RPM package for x86_64

0 commit comments

Comments
 (0)