Compare commits
1 Commits
09d919c79a
...
ci
Author | SHA1 | Date | |
---|---|---|---|
13587ea210 |
@ -38,12 +38,13 @@ jobs:
|
|||||||
run: dotnet build ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release
|
run: dotnet build ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release --no-build
|
run: dotnet test ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release --no-build
|
||||||
- name: Upload Artifacts
|
- name: Create Release
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
name: nuget
|
body: "Test-release"
|
||||||
if-no-files-found: error
|
draft: true
|
||||||
retention-days: 7
|
files: |-
|
||||||
path: |
|
|
||||||
./*.nupkg
|
|
||||||
./**/*.nupkg
|
./**/*.nupkg
|
||||||
|
./*.nupkg
|
Reference in New Issue
Block a user