Final version ci.yml
This commit is contained in:
@@ -14,4 +14,13 @@ jobs:
|
|||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
- run: dotnet restore
|
- run: dotnet restore
|
||||||
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc
|
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc
|
||||||
/p:PublishSingleFile=true
|
/p:PublishSingleFile=true
|
||||||
|
|
||||||
|
- name: Utworzenie artefektu
|
||||||
|
run: tar cf app-${{ matrix.rid }}.tar app/
|
||||||
|
|
||||||
|
- name: Upload artefaktu
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: app-${{ matrix.rid }}
|
||||||
|
path: app-${{ matrix.rid }}.tar
|
||||||
Reference in New Issue
Block a user