1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 17:44:59 +09:00

fix build

This commit is contained in:
Mikhail Iudin 2024-09-16 15:21:45 +02:00
parent 4ed3e7c92b
commit 159642df06
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

@ -177,15 +177,6 @@ jobs:
cp pkg/lib/bundle/systemTypes.json ./json
cp pkg/lib/bundle/internalRelations.json ./json
cp pkg/lib/bundle/internalTypes.json ./json
- name: Upload protobuf artifact for linux build
uses: actions/upload-artifact@v4
with:
name: libs
path: |
protobuf
if-no-files-found: error
retention-days: 1
if: github.event_name == 'push'
- name: Pack server win
run: |
declare -a arr=("windows-amd64")