Update buildproject.yaml
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ matrix.dotnet }}
|
dotnet-version: ${{ matrix.dotnet }}
|
||||||
- run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
|
- name: Build Publish Project
|
||||||
|
run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
|
||||||
- run: ls -a
|
- run: ls -a
|
||||||
- run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz publish
|
- run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz GiteaTest/publish
|
||||||
|
|||||||
Reference in New Issue
Block a user