We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36c54c0 + 46fd955 commit e3c6082Copy full SHA for e3c6082
.github/workflows/main.yaml
@@ -66,7 +66,7 @@ jobs:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
with:
68
upload_url: ${{ needs.release.outputs.upload-url }}
69
- asset_path: ./${{ matrix.os.name }}/plugin
+ asset_path: ./plugin
70
asset_name: plugin-${{ matrix.os.kernel }}-amd64
71
asset_content_type: application/octet-stream
72
publish-script:
0 commit comments