Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Apr 20, 2024
1 parent 45b30fe commit 5b3e004
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ jobs:
path: cohere2openai-${{ matrix.goos }}-${{ matrix.goarch }}

- name: Upload Artifact to Release
uses: actions/upload-release-asset@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./cohere2openai-${{ matrix.goos }}-${{ matrix.goarch }}
asset_name: cohere2openai-${{ matrix.goos }}-${{ matrix.goarch }}
asset_content_type: application/octet-stream
files: ./cohere2openai-${{ matrix.goos }}-${{ matrix.goarch }}

0 comments on commit 5b3e004

Please sign in to comment.