We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff1b7e commit 32ff839Copy full SHA for 32ff839
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build debian package
29
shell: bash
30
run: |
31
- cargo deb -p tera-cli -o "tera-cli_linux_amd64.deb"
+ cargo deb -p teracli -o "tera-cli_linux_amd64.deb"
32
33
- name: Upload Linux artifacts
34
uses: actions/upload-artifact@v2
0 commit comments