Skip to content

Commit aa36dfe

Browse files
committed
fixing workflow
1 parent dc30316 commit aa36dfe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/OnRelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Update pip
2020
run: python -m pip install --upgrade pip
2121

22+
- name: Install GamuLogger
23+
run: python -m pip install https://github.com/GamuNetwork/logger/releases/download/2.0.3/gamu_logger-2.0.3-py3-none-any.whl
24+
2225
- name: Build
2326
run: cd builder-tool && python pack.py -pv ${{ github.event.release.tag_name }} --debug
2427

0 commit comments

Comments
 (0)