Skip to content

Commit

Permalink
Merge pull request #6 from jldeen/fix-windows
Browse files Browse the repository at this point in the history
fix windows release error
  • Loading branch information
jldeen authored Mar 29, 2024
2 parents 932965b + 350966c commit 9ed7c16
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 53 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
linux:
name: Build
name: Build Linux
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -35,11 +35,11 @@ jobs:
path: target/release/keylight-linux

macos:
name: Build
name: Build macOS
runs-on: macos-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -63,7 +63,7 @@ jobs:
path: target/release/keylight-macos

windows:
name: Build
name: Build Windows
runs-on: windows-latest
steps:
- name: Checkout sources
Expand Down
Loading

0 comments on commit 9ed7c16

Please sign in to comment.