Skip to content

Commit

Permalink
Исправлена сборка бинарных образов [3/3]
Browse files Browse the repository at this point in the history
  • Loading branch information
Aren committed Sep 30, 2023
1 parent 9eca6d8 commit 0b83a49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,4 +37,4 @@ jobs:
new_branch: binary
pathspec_error_handling: ignore
push: true
token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0b83a49

Please sign in to comment.