sf7
This commit is contained in:
@@ -9,7 +9,6 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: [ '8.0.405' ]
|
||||
@@ -18,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- name: Clone Project
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: main
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
@@ -34,8 +35,8 @@ jobs:
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: Yee
|
||||
body: Test
|
||||
prerelease: false
|
||||
body: Body
|
||||
prerelease: true
|
||||
md5sum: true
|
||||
files: |-
|
||||
${{ matrix.publishprofile }}.*
|
||||
Reference in New Issue
Block a user