Skip to content

Commit

Permalink
Second try to github build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Feb 2, 2025
1 parent ecb0e4b commit 0734ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- run: cargo build --release
- if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: target/release/gossip.exe
name: gossip.exe
Expand Down

0 comments on commit 0734ba5

Please sign in to comment.