Skip to content

Commit

Permalink
ci: added .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabdibdi-anvil committed Nov 20, 2024
1 parent ac6baf1 commit b81111a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: cardano-wallet-${{ matrix.platform }}
files: |
cardano-wallet-${{ matrix.platform }}
cardano-wallet-${{ matrix.platform }}.exe

0 comments on commit b81111a

Please sign in to comment.