Skip to content

Commit

Permalink
use glob that only attaches binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bradbury committed Aug 1, 2024
1 parent 95d0015 commit 2dd169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Sign binaries
uses: flucoma/actions/distribution@main
with:
glob: "FluCoMa-CLI-Mac/*.fluid-*"
glob: "fluid -t x"
package: "FluCoMa-CLI-Mac"
codesign_options: "runtime"
cert: ${{ secrets.CERT }}
Expand Down

0 comments on commit 2dd169e

Please sign in to comment.