Skip to content

Commit

Permalink
chore: fix release github action (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenev authored Feb 1, 2024
1 parent 534c4a1 commit 8ccd89e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ jobs:
include:
- arch: aarch64-unknown-linux-gnu
platform: ubuntu-20.04
profile: maxperf
profile: release
- arch: x86_64-unknown-linux-gnu
platform: ubuntu-20.04
profile: maxperf
profile: release
- arch: x86_64-apple-darwin
platform: macos-latest
profile: maxperf
profile: release
- arch: aarch64-apple-darwin
platform: macos-latest
profile: maxperf
profile: release
- arch: x86_64-pc-windows-gnu
platform: ubuntu-20.04
profile: maxperf
profile: release

runs-on: ${{ matrix.platform }}
needs: extract-version
Expand Down

0 comments on commit 8ccd89e

Please sign in to comment.