Skip to content

Commit

Permalink
ci: comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 26, 2024
1 parent a4a07df commit 803f181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- 'v*'
jobs:
# Build CLI tool.
build:
env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
name: yr-${{ matrix.target }}
path: yara-x-*


# Build Python extension.
build-py:
runs-on: ${{ format('{0}-latest', matrix.os) }}
strategy:
Expand Down

0 comments on commit 803f181

Please sign in to comment.