Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Feb 24, 2024
1 parent 7f625d2 commit c78ccd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
mv ./freebsd-x86_64/termrec ./termrec-freebsd-x86_64
mv ./openbsd-x86_64/termrec ./termrec-openbsd-x86_64
mv ./netbsd-x86_64/termrec ./termrec-netbsd-x86_64
mv ./osx-x86_64/termrec ./termrec-osx-x86_64
mv ./mac-x86_64/termrec ./termrec-mac-x86_64
- uses: ncipollo/release-action@v1
with:
Expand All @@ -167,5 +167,5 @@ jobs:
./termrec-freebsd-x86_64
./termrec-openbsd-x86_64
./termrec-netbsd-x86_64
./termrec-osx-x86_64
./termrec-mac-x86_64

0 comments on commit c78ccd4

Please sign in to comment.