Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Mar 18, 2022
1 parent 24d3780 commit 53ebe6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 25 deletions.
12 changes: 3 additions & 9 deletions .github/workflow-template/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,10 @@ jobs:
mv ~/cargo-make-v0.35.7-x86_64-unknown-linux-musl ~/cargo-make
- uses: actions/download-artifact@v2
name: Download compute-node binary
with:
name: compute-node
path: ./.risingwave/bin

- uses: actions/download-artifact@v2
name: Download meta-node binary
name: Download risingwave binary
with:
name: meta-node
path: ./.risingwave/bin
name: risingwave
path: ./rust/target/debug

- uses: actions/download-artifact@v2
name: Download frontend binary
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,10 @@ jobs:
unzip ~/cargo-make-v0.35.7-x86_64-unknown-linux-musl.zip -d ~
mv ~/cargo-make-v0.35.7-x86_64-unknown-linux-musl ~/cargo-make
- uses: actions/download-artifact@v2
name: Download compute-node binary
with:
name: compute-node
path: ./.risingwave/bin
- uses: actions/download-artifact@v2
name: Download meta-node binary
name: Download risingwave binary
with:
name: meta-node
path: ./.risingwave/bin
name: risingwave
path: ./rust/target/debug
- uses: actions/download-artifact@v2
name: Download frontend binary
with:
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,10 @@ jobs:
unzip ~/cargo-make-v0.35.7-x86_64-unknown-linux-musl.zip -d ~
mv ~/cargo-make-v0.35.7-x86_64-unknown-linux-musl ~/cargo-make
- uses: actions/download-artifact@v2
name: Download compute-node binary
with:
name: compute-node
path: ./.risingwave/bin
- uses: actions/download-artifact@v2
name: Download meta-node binary
name: Download risingwave binary
with:
name: meta-node
path: ./.risingwave/bin
name: risingwave
path: ./rust/target/debug
- uses: actions/download-artifact@v2
name: Download frontend binary
with:
Expand Down

0 comments on commit 53ebe6b

Please sign in to comment.