Skip to content

Commit e3c6082

Browse files
authored
Merge pull request #36 from inloco/fix/release
Fix release job
2 parents 36c54c0 + 46fd955 commit e3c6082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
with:
6868
upload_url: ${{ needs.release.outputs.upload-url }}
69-
asset_path: ./${{ matrix.os.name }}/plugin
69+
asset_path: ./plugin
7070
asset_name: plugin-${{ matrix.os.kernel }}-amd64
7171
asset_content_type: application/octet-stream
7272
publish-script:

0 commit comments

Comments
 (0)