Update buildproject.yaml
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
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: tar -cvzf ${{ matrix.publishprofile }}.tar.gz publish
|
||||
- run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz GiteaTest/publish
|
||||
|
||||
Reference in New Issue
Block a user