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:
|
with:
|
||||||
name: ${{matrix.configuration}} Bundle
|
name: ${{matrix.configuration}} Bundle
|
||||||
path: |
|
path: |
|
||||||
build/bin/x64/${{matrix.configuration}}/d3d11.dll
|
build/bin/x64/${{matrix.configuration}}/boiii.exe
|
||||||
build/bin/x64/${{matrix.configuration}}/d3d11.pdb
|
build/bin/x64/${{matrix.configuration}}/boiii.pdb
|
||||||
|
|
||||||
- name: Upload ${{matrix.configuration}} binary
|
- name: Upload ${{matrix.configuration}} binary
|
||||||
if: matrix.configuration == 'Release'
|
if: matrix.configuration == 'Release'
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{matrix.configuration}} Binary
|
name: ${{matrix.configuration}} Binary
|
||||||
path: |
|
path: |
|
||||||
build/bin/x64/${{matrix.configuration}}/d3d11.dll
|
build/bin/x64/${{matrix.configuration}}/boiii.exe
|
||||||
|
|
||||||
- name: Upload version
|
- name: Upload version
|
||||||
if: matrix.configuration == 'Release'
|
if: matrix.configuration == 'Release'
|
||||||
|
Loading…
Reference in New Issue
Block a user