Skip to content

Commit

Permalink
rename binary from tabcomplete to posh-tabcomplete (#9)
Browse files Browse the repository at this point in the history
* update deps

* rename tabcomplete --> posh-tabcomplete
  • Loading branch information
domsleee authored Apr 11, 2023
1 parent 47d7ac4 commit bcde05b
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 96 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ jobs:
run: >
tar -cv
README.md
-C target/${{ matrix.target }}/release/ tabcomplete
-C target/${{ matrix.target }}/release/ posh-tabcomplete
| gzip --best
> 'tabcomplete-${{ steps.get_version.outputs.value }}-${{ matrix.target }}.tar.gz'
> 'posh-tabcomplete-${{ steps.get_version.outputs.value }}-${{ matrix.target }}.tar.gz'
- name: Package (Windows)
if: runner.os == 'Windows'
run: >
7z a 'tabcomplete-${{ steps.get_version.outputs.value }}-${{ matrix.target }}.zip'
7z a 'posh-tabcomplete-${{ steps.get_version.outputs.value }}-${{ matrix.target }}.zip'
README.md
./target/${{ matrix.target }}/release/tabcomplete.exe
./target/${{ matrix.target }}/release/posh-tabcomplete.exe
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down
Loading

0 comments on commit bcde05b

Please sign in to comment.