Update build script and bump version to 2.1.5
This commit is contained in:
parent
bdcf510089
commit
11aaa39eaa
4 changed files with 9 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
- name: Build project
|
||||
run: |
|
||||
ncc build --config %TPL_BUILD_NAME% --log-level debug
|
||||
ncc build --config %TPL_BUILD_NAME% --build-source --log-level debug
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.4
|
||||
2.1.5
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"branch": "stable",
|
||||
"flags": [],
|
||||
"components": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue