Skip to content

Commit

Permalink
update job to only build starkwhale_alert
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Nov 9, 2023
1 parent 4aa69eb commit a5df733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Step 3 - Run cargo clippy
run: mv .env.example .env && cargo clippy

create-bin:
create-binary:
runs-on: ubuntu-latest
needs: check
steps:
Expand All @@ -60,9 +60,9 @@ jobs:
toolchain: stable

- name: Step 3 - Run cargo build
run: cargo build --release
run: cargo build --bin starkwhale_alert --release

- name: Step 4 - Publish binary as artifacts
- name: Step 4 - Publish starkwhale_alert binary to artifacts
uses: actions/upload-artifact@v3
with:
name: starkwhale_alert
Expand Down

0 comments on commit a5df733

Please sign in to comment.