Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx authored Sep 26, 2021
1 parent d171cdf commit 778ea06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ jobs:
working-directory: ${{ steps.vars.outputs.os }}
run: |
[[ "${{ matrix.os }}" != "windows-latest" ]] && {
./sel --completion zsh - > ./sel-completion.zsh
./sel --completion bash - > ./sel-completion.bash
./sel --completion fish - > ./sel-completion.fish
./sel completion zsh > ./sel-completion.zsh
./sel completion bash > ./sel-completion.bash
./sel completion fish > ./sel-completion.fish
}
./sel --completion PowerShell - > ./sel-completion.ps1
./sel completion powershell > ./sel-completion.ps1
- name: Upload artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 778ea06

Please sign in to comment.