Skip to content

Commit

Permalink
Define release extension by exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
riquito committed Jun 5, 2022
1 parent 3a64594 commit a7d4be0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ jobs:
matrix:
features: [default, regex]
partial_os: [ubuntu, macos, windows]
ext: [""]
include:
ext: ["", ".exe"]
exclude:
- partial_os: windows
ext: ""
- partial_os: ubuntu
ext: ".exe"
- partial_os: macos
ext: ".exe"
steps:
- name: Checkout code
Expand Down

0 comments on commit a7d4be0

Please sign in to comment.