We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d73b1 commit 238f262Copy full SHA for 238f262
1 file changed
.github/workflows/full_sources.yml
@@ -0,0 +1,27 @@
1
+
2
+name: full_sources
3
4
+on:
5
+ workflow_dispatch:
6
7
+jobs:
8
+ build:
9
+ runs-on: windows-latest
10
+ steps:
11
+ - uses: actions/checkout@v3
12
+ with:
13
+ ref: DemoApp
14
+ - name: submodules
15
+ run: git submodule update --init --recursive
16
+ - name: configure
17
+ run: cmake -B build
18
+ - name: upload artifact
19
+ uses: actions/upload-artifact@v4
20
21
+ name: ImGuiFileDialog
22
+ path: ${{github.workspace}}
23
24
25
26
27
0 commit comments