Skip to content

Commit

Permalink
Try fix binary CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Nov 9, 2023
1 parent a5df733 commit 9e62404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
toolchain: stable

- name: Step 3 - Run cargo build
run: cargo build --bin starkwhale_alert --release
run: mv .env.example .env && cargo build --bin starkwhale_alert --release

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

0 comments on commit 9e62404

Please sign in to comment.