Skip to content

Commit

Permalink
Use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aisrael committed Jun 1, 2023
1 parent c650b01 commit 0c65232
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ runs:
- uses: dsaltares/fetch-gh-release-asset@master
with:
repo: gitsudo-io/ghctl
version: tags/v0.1.0
file: ghctl
target: /usr/local/bin/ghctl
- uses: actions-rust-lang/setup-rust-toolchain@v1
- shell: bash
run: |
cargo build --release
mv target/release/ghctl /usr/local/bin/ghctl
ghctl ${{ inputs.args }}

0 comments on commit 0c65232

Please sign in to comment.