1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

update addon release

This commit is contained in:
Andrew Simachev 2020-01-29 20:13:36 +03:00
parent c0a5a24a18
commit c6c53cd83b
2 changed files with 3 additions and 25 deletions

View file

@ -53,28 +53,8 @@ jobs:
token: ${{secrets.TOKEN}}
path: protobuf
#- name: Install Protoc
# run: |
# cd protobuf
# git submodule update --init --recursive
# ./autogen.sh
# ./configure
# make
# make check
# sudo make install
# sudo ldconfig
# - name: Build Middleware
# if: matrix.os != 'windows-latest'
# run: |
# export GOPATH=~/go
# cd go-anytype-middleware
# go mod download
# pwd
# make setup-protoc
# make protos
# make build-lib
# make build-js
- name: Update Addon
run: ./update.sh ${{secrets.TOKEN}}
- name: Build Front
uses: samuelmeuli/action-electron-builder@v1

View file

@ -4,9 +4,7 @@ REPO="anytypeio/go-anytype-middleware"
FILE="addon.tar.gz"
GITHUB="api.github.com"
echo -n "GitHub auth token: "
read -s token
printf "\n"
token=$1;
if [ "$token" = "" ]; then
echo "ERROR: token is empty"