Skip to content

Commit

Permalink
ci: update auto release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Apr 14, 2024
1 parent ba9f5c6 commit 87751f9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
rust: nightly
target: x86_64-unknown-linux-gnu
strip: x86_64-linux-gnu-strip
# - build: macos
# os: macos-latest
# rust: nightly
# target: x86_64-apple-darwin
# - build: win-msvc
# os: windows-latest
# rust: nightly
# target: x86_64-pc-windows-msvc
- build: macos
os: macos-latest
rust: nightly
target: x86_64-apple-darwin
- build: win-msvc
os: windows-latest
rust: nightly
target: x86_64-pc-windows-msvc

steps:
- name: Checkout the repo
Expand Down

0 comments on commit 87751f9

Please sign in to comment.