Compare commits
1 Commits
ce6849f2c2
...
09d919c79a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09d919c79a |
@@ -38,10 +38,10 @@ 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: https://gitea.com/actions/release-action
|
uses: https://github.com/actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ GITEA.COMMIT_SHA }}
|
name: nuget
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user