Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
breadrock1 authored Jan 7, 2025
1 parent 1420803 commit 723e125
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
strategy:
matrix:
platform:
- os-name: Linux-x86_64
- os-name: linux-x86_64
runs-on: ubuntu-20.04
target: x86_64-unknown-linux-gnu

- os-name: Windows-x86_64
- os-name: windows-x86_64
runs-on: windows-latest
target: x86_64-pc-windows-msvc

- os-name: macOS-x86_64
- os-name: macos-x86_64
runs-on: macOS-latest
target: x86_64-apple-darwin

Expand All @@ -68,9 +68,6 @@ jobs:
- name: Add rustup target ${{ matrix.platform.target }}
run: rustup target add ${{ matrix.platform.target }}

- name: Build rust library
run: cargo build --release

- name: Build app for ${{matrix.platform.target }}
run: cargo build --release --target ${{ matrix.platform.target }}

Expand Down

0 comments on commit 723e125

Please sign in to comment.