Skip to content

Commit

Permalink
Тест прав
Browse files Browse the repository at this point in the history
  • Loading branch information
xtray85 authored Jul 28, 2024
1 parent d9b178a commit d825f5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
- name: Package client
run: dotnet run --project Content.Packaging client --no-wipe-release

#- name: Update Build Info
# run: Tools/gen_build_info.py
- name: Update Build Info
run: |
chmod +x Tools/gen_build_info.py
Tools/gen_build_info.py
- name: Shuffle files around
run: |
Expand Down

0 comments on commit d825f5e

Please sign in to comment.