Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit ad1ca10

Browse files
committed
Updated github actions
1 parent 5a9a103 commit ad1ca10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
3434
- name: Check for changes and commit
3535
run: |
36+
git pull --rebase
3637
git diff --exit-code || (git add shared/spammer.dll && git commit -m "Add built spammer.dll for Windows" && git push)
3738
env:
3839
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -67,6 +68,7 @@ jobs:
6768
6869
- name: Check for changes and commit
6970
run: |
71+
git pull --rebase
7072
git diff --exit-code || (git add shared/spammer.so && git commit -m "Add built spammer.so for Linux" && git push)
7173
env:
7274
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)