Adapt workflow to process wrapper
This commit is contained in:
parent
908d480e59
commit
a1e5edd8e4
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -52,8 +52,8 @@ jobs:
|
||||
with:
|
||||
name: ${{matrix.configuration}} Bundle
|
||||
path: |
|
||||
build/bin/x64/${{matrix.configuration}}/d3d11.dll
|
||||
build/bin/x64/${{matrix.configuration}}/d3d11.pdb
|
||||
build/bin/x64/${{matrix.configuration}}/boiii.exe
|
||||
build/bin/x64/${{matrix.configuration}}/boiii.pdb
|
||||
|
||||
- name: Upload ${{matrix.configuration}} binary
|
||||
if: matrix.configuration == 'Release'
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
with:
|
||||
name: ${{matrix.configuration}} Binary
|
||||
path: |
|
||||
build/bin/x64/${{matrix.configuration}}/d3d11.dll
|
||||
build/bin/x64/${{matrix.configuration}}/boiii.exe
|
||||
|
||||
- name: Upload version
|
||||
if: matrix.configuration == 'Release'
|
||||
|
Loading…
Reference in New Issue
Block a user