Skip to content

Commit

Permalink
fix: gitignore and cli path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabdibdi-anvil committed Nov 20, 2024
1 parent 11a4f5b commit 670c8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: cardano-wallet-${{ matrix.platform }}
path: /build/cardano-wallet-*
path: build/cardano-wallet-*
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cardano-wallet
*.json
build/

0 comments on commit 670c8ee

Please sign in to comment.