libcwtch go bump (fix join on add serverer); swap deploy folder name parts date/ver

This commit is contained in:
Dan Ballard 2021-11-05 17:23:45 -07:00
parent 44b77f0a90
commit d3da68272b
3 changed files with 5 additions and 5 deletions

View File

@ -117,7 +117,7 @@ steps:
- echo $BUILDFILES_KEY > ~/id_rsab64
- base64 -d ~/id_rsab64 > ~/id_rsa
- chmod 400 ~/id_rsa
- export DIR=flwtch-`cat VERSION`-`cat BUILDDATE`
- export DIR=flwtch-`cat BUILDDATE`-`cat VERSION`
- mv deploy $DIR
- cp -r coverage/html $DIR/coverage-tests
- cp -r test/failures $DIR/test-failures || true
@ -237,7 +237,7 @@ steps:
- $Env:zipsha = $Env:zip + '.sha512'
- $Env:msix = 'cwtch-install-' + $Env:version + '.msix'
- $Env:msixsha = $Env:msix + '.sha512'
- $Env:buildname = 'flwtch-win-' + $Env:version + '-' + $Env:builddate
- $Env:buildname = 'flwtch-win-' + $Env:builddate + '-' + $Env:version
- $Env:builddir = $Env:buildname
- echo $Env:pfx > codesign.pfx.b64
- certutil -decode codesign.pfx.b64 codesign.pfx
@ -344,7 +344,7 @@ steps:
- echo $BUILDFILES_KEY > ~/id_rsab64
- base64 -d ~/id_rsab64 > ~/id_rsa
- chmod 400 ~/id_rsa
- export DIR=flwtch-macos-`cat VERSION`-`cat BUILDDATE`
- export DIR=flwtch-macos-`cat BUILDDATE`-`cat VERSION`
- mv deploy $DIR
- cd $DIR
- find . -type f -exec shasum -a 512 {} \; > ./../sha512s.txt

View File

@ -1 +1 @@
2021-11-05-16-35-v1.4.0-4-g86c5a51
2021-11-05-20-13-v1.4.1

View File

@ -1 +1 @@
2021-11-05-20-35-v1.4.0-4-g86c5a51
2021-11-06-00-13-v1.4.1