Improve CI artifact version names #206
2 changed files with 31 additions and 8 deletions
|
@ -125,8 +125,6 @@ jobs:
|
||||||
vars:
|
vars:
|
||||||
pr: ""
|
pr: ""
|
||||||
target: msvc
|
target: msvc
|
||||||
gitea_url: http://forgejo:3000
|
|
||||||
gitea_api_key: ((gitea_api_key))
|
|
||||||
|
|
||||||
- load_var: version_number
|
- load_var: version_number
|
||||||
reveal: true
|
reveal: true
|
||||||
|
@ -142,10 +140,21 @@ jobs:
|
||||||
fail_fast: true
|
fail_fast: true
|
||||||
override: true
|
override: true
|
||||||
globs:
|
globs:
|
||||||
- artifact/dtmt
|
|
||||||
- artifact/dtmm
|
|
||||||
- artifact/*.exe
|
- artifact/*.exe
|
||||||
- artifact/*.sha256
|
- artifact/*.exe.sha256
|
||||||
|
|
||||||
|
- put: package
|
||||||
|
resource: gitea-package
|
||||||
|
no_get: true
|
||||||
|
inputs:
|
||||||
|
- artifact
|
||||||
|
params:
|
||||||
|
version: master
|
||||||
|
fail_fast: true
|
||||||
|
override: true
|
||||||
|
globs:
|
||||||
|
- artifact/*.exe
|
||||||
|
- artifact/*.exe.sha256
|
||||||
|
|
||||||
- name: build-linux
|
- name: build-linux
|
||||||
on_success:
|
on_success:
|
||||||
|
@ -202,5 +211,20 @@ jobs:
|
||||||
globs:
|
globs:
|
||||||
- artifact/dtmt
|
- artifact/dtmt
|
||||||
- artifact/dtmm
|
- artifact/dtmm
|
||||||
- artifact/*.exe
|
- artifact/dtmm.sha256
|
||||||
- artifact/*.sha256
|
- artifact/dtmt.sha256
|
||||||
|
|
||||||
|
- put: package
|
||||||
|
resource: gitea-package
|
||||||
|
no_get: true
|
||||||
|
inputs:
|
||||||
|
- artifact
|
||||||
|
params:
|
||||||
|
version: master
|
||||||
|
fail_fast: true
|
||||||
|
override: true
|
||||||
|
globs:
|
||||||
|
- artifact/dtmt
|
||||||
|
- artifact/dtmm
|
||||||
|
- artifact/dtmm.sha256
|
||||||
|
- artifact/dtmt.sha256
|
||||||
|
|
|
@ -22,7 +22,6 @@ caches:
|
||||||
params:
|
params:
|
||||||
CI: "true"
|
CI: "true"
|
||||||
TARGET: ((target))
|
TARGET: ((target))
|
||||||
GITEA_API_KEY: ((gitea_api_key))
|
|
||||||
PR: ((pr))
|
PR: ((pr))
|
||||||
OUTPUT: artifact
|
OUTPUT: artifact
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue