5 samodzielne poprawka
This commit is contained in:
parent
45ff334064
commit
1ffbd5186c
@ -13,7 +13,7 @@ jobs:
|
|||||||
dotnet-version: '6.0.x'
|
dotnet-version: '6.0.x'
|
||||||
- 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
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.rid }}-artifacts
|
name: ${{ matrix.rid }}-artifacts
|
||||||
path: app
|
path: app.tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user