Skip to content

Commit

Permalink
Fix for GH_TOKEN for linux64 script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguy BONNEAU committed Mar 25, 2020
1 parent bfc052c commit d4a0e6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build-linux64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ if [ "$1" == "publish" ]
then
echo "Publishing cleepdesktop..."
echo "--------------------------"
echo "GHTOKEN=$GH_TOKEN"
node_modules/.bin/electron-builder --linux --x64 --projectDir "$CLEEPDESKTOPPATH" --publish onTagOrDraft
GH_TOKEN=$GH_TOKEN_CLEEPDESKTOP node_modules/.bin/electron-builder --linux --x64 --projectDir "$CLEEPDESKTOPPATH" --publish onTagOrDraft
else
echo "Packaging cleepdesktop..."
echo "-------------------------"
Expand Down

0 comments on commit d4a0e6e

Please sign in to comment.