Skip to content

Commit

Permalink
Another weird macos coreutil issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Jan 28, 2022
1 parent 8197bba commit 24211f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cd -
done
done
find . -type f -name 'livepeer-*.zip' -o -name 'livepeer-*.tar.gz' -exec mv -t build/ '{}' +
find . -type f -name 'livepeer-*.zip' -o -name 'livepeer-*.tar.gz' -exec mv '{}' build/ \;
- name: Release Posix
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 24211f7

Please sign in to comment.