Skip to content

Commit

Permalink
ci(release): don't exclude utils/**/pymake from dist (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Jan 25, 2024
1 parent 5aefebf commit 7554347
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ jobs:
-x '*.DS_Store' \
-x '*libmf6.lib' \
-x '*idmloader*' \
-x '*pymake*' \
-x '*obj_temp*' \
-x '*mod_temp*'
else
Expand All @@ -546,7 +545,6 @@ jobs:
-x '*.DS_Store' \
-x '*libmf6.lib' \
-x '*idmloader*' \
-x '*pymake*' \
-x '*obj_temp*' \
-x '*mod_temp*'
fi
Expand All @@ -570,7 +568,6 @@ jobs:
$distname/meson.options \
-xr!libmf6.lib \
-xr!idmloader \
-xr!pymake \
-xr!obj_temp \
-xr!mod_temp
else
Expand All @@ -581,7 +578,6 @@ jobs:
$distname/code.json \
-xr!libmf6.lib \
-xr!idmloader \
-xr!pymake \
-xr!obj_temp \
-xr!mod_temp
fi
Expand Down

0 comments on commit 7554347

Please sign in to comment.