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