Siszarp 4
This commit is contained in:
parent
5fd5da156b
commit
7a5299148c
@ -12,4 +12,9 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
- 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: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-${{ matrix.rid }}
|
||||
path: ./app
|
Loading…
x
Reference in New Issue
Block a user