diff --git a/.drone.yml b/.drone.yml index 0f9b5ce7..70b5c84e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/LIBCWTCH-GO-MACOS.version b/LIBCWTCH-GO-MACOS.version index 1a2c6b98..c7494de8 100644 --- a/LIBCWTCH-GO-MACOS.version +++ b/LIBCWTCH-GO-MACOS.version @@ -1 +1 @@ -2021-11-05-16-35-v1.4.0-4-g86c5a51 \ No newline at end of file +2021-11-05-20-13-v1.4.1 \ No newline at end of file diff --git a/LIBCWTCH-GO.version b/LIBCWTCH-GO.version index aeff4d62..4260781a 100644 --- a/LIBCWTCH-GO.version +++ b/LIBCWTCH-GO.version @@ -1 +1 @@ -2021-11-05-20-35-v1.4.0-4-g86c5a51 \ No newline at end of file +2021-11-06-00-13-v1.4.1 \ No newline at end of file