Skip to content

Commit

Permalink
- fix: commented unused spep
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Mar 1, 2024
1 parent 2a4ce16 commit 78ad5c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
- name: Build
run: cargo build --release

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/shinkai_node
asset_name: shinkai-node-${{ matrix.arch }}
tag: ${{ github.ref }}
overwrite: true
# - name: Upload binaries to release
# uses: svenstaro/upload-release-action@v2
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: target/release/shinkai_node
# asset_name: shinkai-node-${{ matrix.arch }}
# tag: ${{ github.ref }}
# overwrite: true

- name: Upload binaries to R2 bucket
uses: ryand56/r2-upload-action@latest
Expand Down

0 comments on commit 78ad5c4

Please sign in to comment.