mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-22 02:40:50 +00:00
Updater CI
This commit is contained in:
parent
d86c5641d1
commit
8abca67db3
6
.github/workflows/builder-extras.yml
vendored
6
.github/workflows/builder-extras.yml
vendored
@ -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: |
|
||||
|
5
.github/workflows/builder.yml
vendored
5
.github/workflows/builder.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user