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 0932141 commit 53d0675Copy full SHA for 53d0675
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Upload
30
uses: actions/upload-artifact@v2
31
with:
32
- name: CodeFormat
+ name: ${{ matrix.platform }}
33
path: ${{ github.workspace }}/artifact/
34
release:
35
name: Upload Release
.gitignore
@@ -28,4 +28,5 @@
28
*.app
.vs
-out
+out
+CMakeSettings.json
0 commit comments