Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Sep 19, 2023
1 parent 2e9871b commit 6c0ca2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
- name: Build Backend
run: |
go mod download
go build -o openai-mocker
go build -o openai-mocker-macos
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
openai-mocker
openai-mocker-macos
draft: false
generate_release_notes: true
env:
Expand Down

0 comments on commit 6c0ca2e

Please sign in to comment.