Skip to content

Commit

Permalink
Fix: GHA release macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider authored Feb 3, 2024
1 parent cc7538f commit 29abb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
with:
name: lethean-cli-macos
path: |
lethean-cli-macos.tar
${{ github.workspace }}/build/lethean-cli-macos.tar
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
lethean-cli-macos.tar
${{ github.workspace }}/build/lethean-cli-macos.tar

0 comments on commit 29abb5f

Please sign in to comment.