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