Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma authored Jul 10, 2023
1 parent 66fd1e5 commit 5c7d9b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- run: npm install -g shx
- name: Build
run: cargo build --release
- name: Check semver
- uses: obi1kenobi/cargo-semver-checks-action@v2
- run: shx cp ./target/release/weather ./target/release/weather_${{matrix.os}}
if: runner.os == 'Linux' || runner.os == 'macOS'
- run: shx cp target/release/weather.exe target/release/weather_windows-latest.exe
Expand Down

0 comments on commit 5c7d9b2

Please sign in to comment.