Updater CI

This commit is contained in:
DSR! 2025-05-20 12:17:06 -03:00
parent d86c5641d1
commit 8abca67db3
2 changed files with 10 additions and 1 deletions

View File

@ -19,6 +19,11 @@ jobs:
with:
path: ${{ env.SRC_PATH }}
- name: Setup Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install Python packages
run: pip install py7zr pefile colorama
@ -102,7 +107,6 @@ jobs:
working-directory: ${{ env.EXTRAS_PATH }}/unpacking/installer
run: ISCC.exe setup.iss
- name: Generate checksums report
working-directory: ${{ env.INSTALLER_SCRIPT_PATH }}
run: |

View File

@ -20,6 +20,11 @@ jobs:
with:
path: ${{ env.SRC_PATH }}
- name: Setup Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install Python packages
run: pip install py7zr pefile colorama