Исправлена сборка бинарных образов [3/3]

This commit is contained in:
Aren 2023-09-30 23:21:42 +03:00
parent 9eca6d8157
commit 0b83a495b2
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ jobs:
- name: Build
run: |
python3 build.py
git config advice.addIgnoredFile false
- name: Add and commit files
uses: EndBug/add-and-commit@v9
@ -36,4 +37,4 @@ jobs:
new_branch: binary
pathspec_error_handling: ignore
push: true
token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}