Final version ci.yml
This commit is contained in:
@@ -15,3 +15,12 @@ jobs:
|
|||||||
- 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