Skip to content

Commit

Permalink
Added build-apps step
Browse files Browse the repository at this point in the history
  • Loading branch information
sulhicader committed Mar 14, 2024
1 parent 5040694 commit b19ad17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: "1.1.1"
TAG: "v1.1.1"
TAG: "1.1.1"

jobs:
release:
Expand Down Expand Up @@ -47,6 +47,9 @@ jobs:
make test-ui-ci
make test-py-ci
- name: Publish apps for Cloud
run: make build-apps

- name: Download H2O CLI
working-directory: ./py/tmp/tour/
run: mkdir -p .bin && curl -o .bin/h2o https://h2oai-cloud-release.s3.amazonaws.com/releases/ai/h2o/h2o-cloud/latest/cli/linux-amd64/h2o
Expand Down

0 comments on commit b19ad17

Please sign in to comment.