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:
parent
c0a5a24a18
commit
c6c53cd83b
2 changed files with 3 additions and 25 deletions
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue