Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS committed Mar 10, 2024
1 parent 16ed00e commit f27bfc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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/*

0 comments on commit f27bfc4

Please sign in to comment.