Skip to content

Commit

Permalink
[ci] fix release publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
avtolstoy committed Oct 23, 2022
1 parent accacb4 commit 986e832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cd $RELEASE_DIRECTORY
ABSOLUTE_RELEASE_DIRECTORY=$(pwd)

# Make a working directory
TEMPORARY_DIRECTORY=${ABSOLUTE_RELEASE_DIRECTORY}/tmp
TEMPORARY_DIRECTORY=${ABSOLUTE_RELEASE_DIRECTORY}/.tmp
rm -rf $TEMPORARY_DIRECTORY
mkdir $TEMPORARY_DIRECTORY

Expand Down

0 comments on commit 986e832

Please sign in to comment.