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 d6b6251 commit 3c7ba68Copy full SHA for 3c7ba68
1 file changed
.github/workflows/tag.yml
@@ -56,14 +56,14 @@ jobs:
56
name: 'codeowners'
57
compress: 'true'
58
dest: 'dist'
59
- package: 'cmd/codeowners'
+ package: 'cmd/codeownerslint'
60
61
- name: Upload Release Asset
62
uses: actions/upload-release-asset@v1
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
with:
66
upload_url: ${{ needs.tag.outputs.upload_url }}
67
- asset_path: ./dist/codeowners-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
68
- asset_name: codeowners-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
+ asset_path: ./dist/codeownerslint-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
+ asset_name: codeownerslint-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
69
asset_content_type: application/gzip
0 commit comments