Skip to content

Commit 53d0675

Browse files
committed
修改action编译结果
1 parent 0932141 commit 53d0675

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Upload
3030
uses: actions/upload-artifact@v2
3131
with:
32-
name: CodeFormat
32+
name: ${{ matrix.platform }}
3333
path: ${{ github.workspace }}/artifact/
3434
release:
3535
name: Upload Release

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
*.app
2929

3030
.vs
31-
out
31+
out
32+
CMakeSettings.json

0 commit comments

Comments
 (0)