the last one
This commit is contained in:
parent
cc6b023d43
commit
7c1a6c54a2
@ -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 cf lastApp.tar lastApp/
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user