We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0482f commit e72ad5aCopy full SHA for e72ad5a
2 files changed
.github/workflows/linux-qt5.txt .github/workflows/linux-qt5.yml.github/workflows/linux-qt5.txt renamed to .github/workflows/linux-qt5.yml
@@ -55,7 +55,7 @@ jobs:
55
python -m build --verbose
56
57
- name: (7) Save Python Wheel
58
- uses: actions/upload-artifact@master
+ uses: actions/upload-artifact@v3
59
with:
60
- name: linux-qt5-qhexedit-wheel
+ name: wheels
61
path: ${{ runner.temp }}/python/dist
.github/workflows/linux-qt6.yml
- name: linux-qt6-qhexedit-wheel
- path: ${{ runner.temp }}/python/dist
+ path: ${{ runner.temp }}/python/dist/*.whl
0 commit comments