Skip to content

Commit eeda20d

Browse files
Update
1 parent 26dae62 commit eeda20d

File tree

3 files changed

+507
-3779
lines changed

3 files changed

+507
-3779
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mv linux.yml .github/workflows/
3434
git config --local user.email "[email protected]"
3535
git config --local user.name "GitHub Action"
36-
git add . -f
36+
git add -f . ':!.pixi'
3737
git commit -m "Add build files `date '+%Y-%m-%d-%H%M'`" -a
3838
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
3939
git push "${remote_repo}" HEAD:buildbranch_linux --follow-tags --force
@@ -58,7 +58,7 @@ jobs:
5858
mv osx.yml .github/workflows/
5959
git config --local user.email "[email protected]"
6060
git config --local user.name "GitHub Action"
61-
git add . -f
61+
git add -f . ':!.pixi'
6262
git commit -m "Add build files `date '+%Y-%m-%d-%H%M'`" -a
6363
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
6464
git push "${remote_repo}" HEAD:buildbranch_osx --follow-tags --force
@@ -83,7 +83,7 @@ jobs:
8383
mv osx_arm64.yml .github/workflows/
8484
git config --local user.email "[email protected]"
8585
git config --local user.name "GitHub Action"
86-
git add . -f
86+
git add -f . ':!.pixi'
8787
git commit -m "Add build files `date '+%Y-%m-%d-%H%M'`" -a
8888
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
8989
git push "${remote_repo}" HEAD:buildbranch_osx_arm64 --follow-tags --force
@@ -109,7 +109,7 @@ jobs:
109109
mv win.yml .github/workflows/
110110
git config --local user.email "[email protected]"
111111
git config --local user.name "GitHub Action"
112-
git add . -f
112+
git add -f . ':!.pixi'
113113
git commit -m "Add build files `date '+%Y-%m-%d-%H%M'`" -a
114114
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
115115
git push "${remote_repo}" HEAD:buildbranch_win --follow-tags --force
@@ -134,7 +134,7 @@ jobs:
134134
mv linux_aarch64.yml .github/workflows/build_linux_aarch64.yml
135135
git config --local user.email "[email protected]"
136136
git config --local user.name "GitHub Action"
137-
git add . -f
137+
git add -f . ':!.pixi'
138138
git commit -m "Add build files `date '+%Y-%m-%d-%H%M'`" -a
139139
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
140140
git push "${remote_repo}" HEAD:buildbranch_linux_aarch64 --follow-tags --force
@@ -160,7 +160,7 @@ jobs:
160160
mv emscripten_wasm32.yml .github/workflows/
161161
git config --local user.email "[email protected]"
162162
git config --local user.name "GitHub Action"
163-
git add . -f
163+
git add -f . ':!.pixi'
164164
git commit -m "Add build files `date '+%Y-%m-%d-%H%M'`" -a
165165
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
166166
git push "${remote_repo}" HEAD:buildbranch_emscripten --follow-tags --force

0 commit comments

Comments
 (0)