Skip to content

Commit

Permalink
💚 Fix publishing CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 5, 2024
1 parent c7f3bb7 commit 97f43db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ jobs:
override: true

- name: Build (linux/macos)
if: matrix.build.OS != 'windows-2022'
if: matrix.build.OS != 'macos-latest'
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --manifest-path=cli/Cargo.toml --release --locked --target ${{ matrix.build.TARGET }}

- name: Build (windows)
if: matrix.build.OS == 'windows-2022'
if: matrix.build.OS == 'windows-latest'
uses: actions-rs/cargo@v1
with:
command: build
Expand Down

0 comments on commit 97f43db

Please sign in to comment.