FIX: ci.yml
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
- run: dotnet restore
|
||||
|
||||
- name: Publish for ${{ matrix.rid }}
|
||||
run: dotnet publish ./lab2/Lab7.csproj -c Release -o app-${{ matrix.rid }} -r ${{ matrix.rid }} -p:PublishSingleFile=true -p:AssemblyName=app
|
||||
run: dotnet publish ./Lab7.csproj -c Release -o app-${{ matrix.rid }} -r ${{ matrix.rid }} -p:PublishSingleFile=true -p:AssemblyName=app
|
||||
|
||||
- name: Archive artifact
|
||||
run: tar cf app-${{ matrix.rid }}.tar app-${{ matrix.rid }}/
|
||||
|
||||
Reference in New Issue
Block a user