Adapt workflow to process wrapper

This commit is contained in:
momo5502 2022-11-09 18:14:17 +01:00
parent 908d480e59
commit a1e5edd8e4

View File

@ -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'