Skip to content

Commit

Permalink
Archive
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Jan 29, 2024
1 parent d87b6d6 commit 7c10fbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@ jobs:
- name: Test Binary is Signed
run: |
codesign -dv dist/build_macos_darwin_amd64_v1/komocli
- uses: actions/upload-artifact@v3
with:
name: binaries-mac
path: dist/
retention-days: 1

0 comments on commit 7c10fbd

Please sign in to comment.