Skip to content

Commit

Permalink
publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-ha committed Mar 13, 2024
1 parent 696525f commit 4596b45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:

- name: Test
run: go test -v ./...

- uses: actions/upload-artifact@v4
with:
name: 'binaries-${{runner.os}}-${{runner.arch}}'
path: './jcp'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ Download the jcp package from the latest release and install.
## Limitations
1. jcp is not a sync tool. It does not verify the transfer, detect errors in partial transfers.
2. jcp currently **does not** process symlinks.

## Contributing

If you find this project useful and want to contribute and make it better, you are most welcome!

0 comments on commit 4596b45

Please sign in to comment.