Skip to content

Commit

Permalink
chore(ci): 构建后执行构建产物检查是否能正常启动
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Jul 3, 2022
1 parent 914a600 commit b7e2581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
make
./out/luckypg
mv out/luckypg out/luckypg-linux
- name: Build on macOS
if: ${{ matrix.os == 'macos-latest' }}
run: |
make
./out/luckypg
mv out/luckypg out/luckypg-macos
- name: Run Tests
Expand Down

0 comments on commit b7e2581

Please sign in to comment.