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
|
||||
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/
|
||||
|
||||
Reference in New Issue
Block a user