the last one
Some checks failed
First CI / build (linux-x64) (push) Failing after 1m7s
First CI / test (push) Has been cancelled
First CI / build (win-x64) (push) Has been cancelled

This commit is contained in:
magda 2023-11-21 17:34:40 +01:00
parent 4fa116562c
commit d755ed67a8

View File

@ -16,7 +16,7 @@ jobs:
- run: dotnet restore
- run: dotnet build
- run: dotnet test
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=lastApp
- run: dotnet publish -o lastApp -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=lastApp
- run: tar xf lastApp.tar lastApp/
- uses: actions/upload-artifact@v3
with: