Skip to content

test2

test2 #2

Workflow file for this run

name: test2
on:
workflow_dispatch:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- name: install qt static
uses: anthepro/install-qt-static@v1
with:
version: 6.4.2
configure-args: -opensource -opengl desktop
submodules: qtbase,qtshadertools,qtdeclarative
- name: build
run: |
qmake CaptureStream2-Rad.pro
make release
- name: Tar files
run: tar cvf CaptureStream2-Rad.tar ./
- uses: actions/upload-artifact@v4
with:
name: CaptureStream2-Rad
path: CaptureStream2-Rad.tar