Skip to content

Commit

Permalink
release build
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed May 29, 2024
1 parent 48966db commit 5241129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
matrix:
platform:
[
{ os: "ubuntu-latest", cmd: "build:linux" },
{ os: "macos-11", cmd: "build:macos" },
{ os: "windows-latest", cmd: "build:windows" },
{ os: "ubuntu-latest", cmd: "build-release" },
{ os: "macos-11", cmd: "build-release" },
{ os: "windows-latest", cmd: "build-release" },
]
steps:
- name: Checkout code
Expand Down

0 comments on commit 5241129

Please sign in to comment.