the last one
Some checks failed
First CI / build (linux-x64) (push) Failing after 1m12s
First CI / build (win-x64) (push) Failing after 1m8s
First CI / test (push) Failing after 11s

This commit is contained in:
magda 2023-11-21 17:30:54 +01:00
parent d93bb679a2
commit 4fa116562c

View File

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