hopefully fix GUI builds

pull/5/head
Miepee 4 years ago committed by GitHub
parent 95bd5d3c47
commit f608e91b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v1.0.0
with:
name: ${{ matrix.os }}
name: CLI-${{ matrix.os }}
path: ${{ matrix.os }}.zip
gui:
@ -75,10 +75,10 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
working-directory: ./${{ matrix.DIR }}
working-directory: ./AM2RPortHelperGUI/${{ matrix.DIR }}
run: dotnet restore
- name: Build
working-directory: ./${{ matrix.DIR }}
working-directory: ./AM2RPortHelperGUI/${{ matrix.DIR }}
run: dotnet publish ${{ matrix.COMMAND }} -c "${{ matrix.configuration }}"
# Steps for uploading artifacts.
- name: Zip to Archive
@ -86,5 +86,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v1.0.0
with:
name: ${{ matrix.os }}
name: GUI-${{ matrix.os }}
path: ${{ matrix.os }}.zip

Loading…
Cancel
Save