Skip to content

Commit

Permalink
👷 fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
uzimaru0000 committed Sep 9, 2021
1 parent 6320e48 commit c91239f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
cp target/${{ matrix.target }}/release/tv{,.exe} tv-${{ matrix.target }}
cp README.md tv-${{ matrix.target }}
cp LICENSE tv-${{ matrix.target }}
cp -r completions tv-${{ matrix.target }}
zip --junk-paths tv-${{ matrix.target }} tv-${{ matrix.target }}
- uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit c91239f

Please sign in to comment.