Skip to content

Commit

Permalink
Use stable Rust for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
avborup committed Sep 16, 2024
1 parent 985703a commit 0b66cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: rustup target add ${{ matrix.target }}

- name: Build binary
run: cargo +nightly build --release --target ${{ matrix.target }} --out-dir kitty-artifacts -Z unstable-options
run: cargo build --release --target ${{ matrix.target }} --out-dir kitty-artifacts

- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit 0b66cb1

Please sign in to comment.