fixed ci.yml
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- run: dotnet restore
|
- run: dotnet restore
|
||||||
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
|
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
- uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app-${{ matrix.rid }}
|
name: app-${{ matrix.rid }}
|
||||||
path: app
|
path: app
|
||||||
|
|||||||
Reference in New Issue
Block a user