0
0
mirror of https://github.com/python-LimeReport/pyside.git synced 2024-12-23 22:53:01 +03:00
This commit is contained in:
Maxim Slipenko 2024-03-10 21:12:43 +03:00
parent 16ed00e98b
commit f27bfc448d

View File

@ -24,7 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build
run: python build.py
run: /usr/local/bin/python3 build.py
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
@ -48,7 +48,12 @@ jobs:
python-version: '3.10'
- name: Build
run: python build.py
- name: Set QT_VERSION env variable
run: echo "QT_VERSION=${{ matrix.qt }}" >> $GITHUB_ENV
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: /output/*