Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f46369022 | |||
| 593293a69a | |||
| 70210416d0 | |||
| a80e98df76 | |||
| f0bc6c3de0 | |||
| 1b2b28b6d8 |
@@ -4,6 +4,7 @@ name: default
|
||||
steps:
|
||||
- name: build
|
||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
||||
|
||||
commands:
|
||||
- cd TOOHUCardAPI
|
||||
- dotnet restore TOOHUCardAPI.csproj
|
||||
@@ -19,9 +20,10 @@ steps:
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
api_key: 7337ccbb62d765fedea5d8a5c0f35ada9f451363
|
||||
api_key:
|
||||
from_secret: gitea-api-key
|
||||
base_url: https://git.orfl.xyz
|
||||
files:
|
||||
- dist/*
|
||||
- TOOHUCardAPI/dist/*
|
||||
when:
|
||||
event: tag
|
||||
Reference in New Issue
Block a user