Update buildproject.yaml
This commit is contained in:
@@ -17,4 +17,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: ${{ matrix.dotnet }}
|
dotnet-version: ${{ matrix.dotnet }}
|
||||||
- run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
|
- run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
|
||||||
- run: zip -r ${{ matrix.publishprofile }}.zip publish
|
- run: ls -a
|
||||||
|
- run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz publish
|
||||||
|
|||||||
Reference in New Issue
Block a user