Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jun 24, 2022
1 parent 2ff1b7e commit 32ff839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build debian package
shell: bash
run: |
cargo deb -p tera-cli -o "tera-cli_linux_amd64.deb"
cargo deb -p teracli -o "tera-cli_linux_amd64.deb"
- name: Upload Linux artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 32ff839

Please sign in to comment.