Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brightly-salty committed Oct 24, 2021
1 parent b44a37f commit 0759028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: true
matrix:
include:
- os: windows-latest
- os: ubuntu-latest
target: x86_64-pc-windows-gnu
archive-format: zip
- os: ubuntu-latest
Expand All @@ -17,8 +17,8 @@ jobs:
- os: macos-latest
target: x86_64-apple-darwin
archive-format: zip
name: Release for ${{ matrix.os }}
runs-on: ubuntu-latest
name: Release for ${{ matrix.target }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- uses: actions/cache@v2
Expand All @@ -30,7 +30,7 @@ jobs:
key: ${{ matrix.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: brew install michaeleisel/zld/zld
if: matrix.os == 'macos-latest'
- name: Compile and release for ${{ matrix.target }}
- name: Compile and release
uses: rust-build/rust-build.action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0759028

Please sign in to comment.