mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
b73063e79e
commit
b118603ee1
4
.github/workflows/build-daily.yml
vendored
4
.github/workflows/build-daily.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
QT_VERSION: 6.8.2
|
||||
QT_VERSION: 6.8.3
|
||||
QT_MODULES: 'qtcharts qtserialbus qtserialport qtwebsockets'
|
||||
jobs:
|
||||
update-tag:
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
run: |
|
||||
for %%f in (bin\Windows\Release\xTools-zip\*.zip) do gh release upload continuous "%%f"
|
||||
release-for-linux:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
needs: update-release
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Loading…
Reference in New Issue
Block a user