Export Correct DIR
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Sarah Jamie Lewis 2023-03-01 13:53:08 -08:00
parent 0b7385ce1d
commit 84bd4af62c
1 changed files with 4 additions and 4 deletions

View File

@ -67,8 +67,8 @@ steps:
- echo $BUILDFILES_KEY > ~/id_rsab64
- base64 -d ~/id_rsab64 > ~/id_rsa
- chmod 400 ~/id_rsa
- export DIR=libCwtch-go-`cat BUILDDATE`-`cat VERSION`
- mkdir $DIR
- export DIR=libCwtch-autobindings-`cat VERSION`
- mkdir -p $DIR
- mv libCwtch.so libCwtch.dll cwtch.aar cwtch-sources.jar libCwtch.h $DIR/
- cd $DIR
- find . -type f -exec sha256sum {} \; > ./../sha256s.txt
@ -162,8 +162,8 @@ steps:
- echo $BUILDFILES_KEY > ~/id_rsab64
- base64 -d ~/id_rsab64 > ~/id_rsa
- chmod 400 ~/id_rsa
- export DIR=libCwtch-go-macos-`cat BUILDDATE`-`cat VERSION`
- mkdir $DIR
- export DIR=libCwtch-autobindings-`cat VERSION`
- mkdir -p $DIR
- mv libCwtch.x64.dylib $DIR/
- mv libCwtch.arm64.dylib $DIR/
- cd $DIR