Skip to content

Commit

Permalink
Update build-rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parapsychic authored Jan 20, 2024
1 parent ee6eb71 commit b052655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: rust_rewrite
ref: rust-rewrite

- name: Set up Rust
uses: ATiltedTree/setup-rust@v1
Expand All @@ -28,7 +28,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
with:
files: target/release/your_binary_name
files: target/release/tui
asset-name: 2lazy4arch
release-name: Release ${{ github.event.after }}

Expand Down

0 comments on commit b052655

Please sign in to comment.