Skip to content

Commit 26a0979

Browse files
Update build.yml
1 parent 56ae985 commit 26a0979

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
- name: Upload release build artifacts
3939
uses: actions/[email protected]
4040
with:
41-
name: acat_release
42-
path: src/Applications/ACATApp/bin/Release
43-
44-
- name: Upload debug build artifacts
45-
uses: actioins/[email protected]
46-
with:
47-
name: acat_debug
48-
path: src/Applications/AcatApp/bin/Debug
41+
name: acat_${{ matrix.configuration }}
42+
path: src/Applications/ACATApp/bin/${{ matrix.configuration }}
4943

0 commit comments

Comments
 (0)