Skip to content

Commit

Permalink
cp using fd
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bradbury committed Aug 1, 2024
1 parent 2dd169e commit 16c17ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
- name: Copy binaries
run: |
mkdir -p FluCoMa-CLI-Mac
cp ./flucoma-cli/release-packaging/FluidCorpusManipulation/bin/fluid-* FluCoMa-CLI-Mac/
fd -t x -I fluid- -x cp {} FluCoMa-CLI-Mac/
- name: Sign binaries
uses: flucoma/actions/distribution@main
with:
glob: "fluid -t x"
package: "FluCoMa-CLI-Mac"
package: "./FluCoMa-CLI-Mac"
codesign_options: "runtime"
cert: ${{ secrets.CERT }}
certpwd: ${{ secrets.CERTPWD }}
Expand Down

0 comments on commit 16c17ac

Please sign in to comment.