Fix build path

This commit is contained in:
2022-12-19 17:09:46 +01:00
parent ad65c61927
commit 89438a6935

View File

@@ -20,11 +20,11 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Install dependencies
- name: Restore dependencies
run: dotnet restore src/Alma
- name: Build
run: dotnet publish -r ${{ matrix.target.runtime }} -o /app/ src/Alma
run: dotnet publish -r ${{ matrix.target.runtime }} -o app/ src/Alma
- uses: actions/upload-artifact@v3
with:
name: alma-${{ matrix.target.name }}
path: /app/
path: app/