From 84bd4af62c24bd3ab4e1ee9e49f7d337193c00fe Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 1 Mar 2023 13:53:08 -0800 Subject: [PATCH] Export Correct DIR --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4349e23..5ddf64b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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