mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
ci: remove windows linker flag, use a whitelist for git add
This commit is contained in:
parent
e7292c6d38
commit
03552e13a4
2 changed files with 1 additions and 2 deletions
2
.github/workflows/extensions.yml
vendored
2
.github/workflows/extensions.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
cd extensions
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git add lib/
|
||||
git add lib/*.{so,dylib,dll} lib/arm/*.{so,dylib}
|
||||
git commit -m "Auto-build: Update extensions [skip ci]" || echo "No changes to commit"
|
||||
|
||||
- name: Push files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue