Compare commits

...

2 Commits

Author SHA1 Message Date
alexkrdb
0b8cb8b0a9 Merge branch 'main' of https://gitea.cs.pollub.pl/o_kurdybakha/lab7
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m28s
First CI / build (win-x64) (push) Successful in 1m19s
2023-11-21 17:03:20 +01:00
alexkrdb
c1f114ac73 final mk.2 2023-11-21 17:01:38 +01:00

View File

@ -13,9 +13,9 @@ jobs:
with:
dotnet-version: '6.0.x'
- run: dotnet restore
- run: dotnet publish -o ${{ matrix.rid}}.app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
- run: tar cf ${{ matrix.rid}}.app.tar ./${{ matrix.rid}}.app
- run: dotnet publish -o ${{ matrix.rid }}.app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
- run: tar cvf ${{ matrix.rid }}.app.tar ${{ matrix.rid }}.app
- uses: actions/upload-artifact@v3
with:
name: app.tar
path: ${{ matrix.rid}}/app.tar
name: ${{ matrix.rid }}.app.tar
path: ${{ matrix.rid }}.app.tar