Skip to content

Commit

Permalink
Merge pull request #265 from dcSpark/agallardol/fix-upload-binaries
Browse files Browse the repository at this point in the history
- fix: upload binaries
  • Loading branch information
agallardol authored Mar 5, 2024
2 parents dabb6c1 + e4b8169 commit 3c23cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
EXTENSION: ${{ matrix.arch == 'x86_64-pc-windows-msvc' && '.exe' || '' }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/shinkai_node
file: target/release/shinkai_node${{ env.EXTENSION }}
asset_name: shinkai-node-${{ matrix.arch }}${{ env.EXTENSION }}
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 3c23cec

Please sign in to comment.