1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

re-add cli executable

This commit is contained in:
Martin McKeaveney 2022-01-13 15:31:17 +01:00
parent 2f358aacdf
commit 9f67733ec4

View file

@ -10,6 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
node-version: 14.x
fetch_depth: 0
- name: Tag and release Docker images (Self Host)
@ -37,6 +38,13 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }}
SELFHOST_TAG: latest
- name: Build CLI executables
run: |
pushd packages/cli
yarn
yarn build
popd
- name: Setup Helm
uses: azure/setup-helm@v1
id: helm-install
@ -61,4 +69,8 @@ jobs:
with:
name: v${{ env.RELEASE_VERSION }}
tag_name: v${{ env.RELEASE_VERSION }}
generate_release_notes: true
generate_release_notes: true
files: |
packages/cli/build/cli-win.exe
packages/cli/build/cli-linux
packages/cli/build/cli-macos