Skip to content

Commit 3c7ba68

Browse files
authored
Fix Tag after Rename CLI (#41)
1 parent d6b6251 commit 3c7ba68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
name: 'codeowners'
5757
compress: 'true'
5858
dest: 'dist'
59-
package: 'cmd/codeowners'
59+
package: 'cmd/codeownerslint'
6060

6161
- name: Upload Release Asset
6262
uses: actions/upload-release-asset@v1
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
with:
6666
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
67+
asset_path: ./dist/codeownerslint-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
68+
asset_name: codeownerslint-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
6969
asset_content_type: application/gzip

0 commit comments

Comments
 (0)