Исправлена сборка бинарных образов [3/3]
This commit is contained in:
parent
9eca6d8157
commit
0b83a495b2
|
@ -24,6 +24,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
python3 build.py
|
python3 build.py
|
||||||
|
git config advice.addIgnoredFile false
|
||||||
|
|
||||||
- name: Add and commit files
|
- name: Add and commit files
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
|
@ -36,4 +37,4 @@ jobs:
|
||||||
new_branch: binary
|
new_branch: binary
|
||||||
pathspec_error_handling: ignore
|
pathspec_error_handling: ignore
|
||||||
push: true
|
push: true
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue