Skip to content

Commit 32ff839

Browse files
committed
Fix package name
1 parent 2ff1b7e commit 32ff839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build debian package
2929
shell: bash
3030
run: |
31-
cargo deb -p tera-cli -o "tera-cli_linux_amd64.deb"
31+
cargo deb -p teracli -o "tera-cli_linux_amd64.deb"
3232
3333
- name: Upload Linux artifacts
3434
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)