mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-04 14:51:37 +00:00
fix package.yml workflow
This commit is contained in:
parent
a3a03f943f
commit
3ab03f5916
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
targets: ${{ matrix.target }}
|
||||
|
||||
- name: Check crate
|
||||
if: matrix.os == 'macos' || matrix.os == 'windows' || matrix.os == 'ubuntu' && matrix.arch == 'amd64'
|
||||
if: matrix.os == 'macos' || matrix.os == 'windows' && matrix.arch != 'arm64' || matrix.os == 'ubuntu' && matrix.arch == 'amd64'
|
||||
run: cargo publish --dry-run --target ${{ matrix.target }}
|
||||
|
||||
- name: Clippy (release mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue