FIX: ci.yml
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- run: dotnet restore
|
- run: dotnet restore
|
||||||
- run: dotnet build
|
- run: dotnet build
|
||||||
- run: dotnet test
|
- run: dotnet test
|
||||||
- run: dotnet publish ./lab2/Lab7.csproj -c Release -o app -r linux-x64 -p:PublishSingleFile=true -p:AssemblyName=app
|
- run: dotnet publish ./Lab7.csproj -c Release -o app -r linux-x64 -p:PublishSingleFile=true -p:AssemblyName=app
|
||||||
- run: tar cf app.tar app/
|
- run: tar cf app.tar app/
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user