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.
2 parents a8a682f + a4f3e47 commit 33e2538Copy full SHA for 33e2538
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
env:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
with:
65
- upload_url: ${{ needs.release.outputs.upload_url }}
+ upload_url: ${{ needs.release.outputs.upload }}
66
asset_path: ${{ steps.getpath.outputs.asset_path }}
67
asset_name: sectora_${{ needs.release.outputs.version }}_${{ matrix.arch }}.deb
68
asset_content_type: application/vnd.debian.binary-package
0 commit comments