diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-06-17 17:30:46 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-06-17 17:30:46 +0200 |
commit | d425f9b49ad4f0b93830ac81a89df81abcec6a6f (patch) | |
tree | 776d134400648360e936dfdcb01cbae6a878ce2f /.github/workflows/build.yml | |
parent | 8b6944d4e42dc42b7833a335c8af990e5a5bcc2b (diff) | |
download | OFQT-d425f9b49ad4f0b93830ac81a89df81abcec6a6f.tar.gz OFQT-d425f9b49ad4f0b93830ac81a89df81abcec6a6f.zip |
give each thread a string, require UI Thread to clear string to progress
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27ad46e..c0e553d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,4 +67,5 @@ jobs: uses: actions/upload-artifact@v2 with: name: Windows Binaries - path: ${{runner.workspace}}/build/{OFQT,OFCL}.exe + path: | + ${{runner.workspace}}/build/*.exe |