Fix build path
This commit is contained in:
6
.github/workflows/github-actions-demo.yml
vendored
6
.github/workflows/github-actions-demo.yml
vendored
@@ -20,11 +20,11 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '7.0.x'
|
||||||
- name: Install dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore src/Alma
|
run: dotnet restore src/Alma
|
||||||
- name: Build
|
- 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
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: alma-${{ matrix.target.name }}
|
name: alma-${{ matrix.target.name }}
|
||||||
path: /app/
|
path: app/
|
||||||
|
|||||||
Reference in New Issue
Block a user