Update buildproject.yaml
This commit is contained in:
@@ -16,7 +16,11 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ matrix.dotnet }}
|
dotnet-version: ${{ matrix.dotnet }}
|
||||||
- name: Build Publish Project
|
- name: Build/Publish Project
|
||||||
run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
|
run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
|
||||||
- run: ls -a
|
- run: ls -a
|
||||||
- run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz GiteaTest/publish
|
- 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