Skip to content

Commit

Permalink
Update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaisvil authored Dec 31, 2024
1 parent 094f441 commit 5a42515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build binary
uses: houseabsolute/actions-rust-cross@v1
uses: houseabsolute/actions-rust-cross@v0
with:
command: "build"
target: ${{ matrix.platform.target }}
Expand All @@ -34,7 +34,7 @@ jobs:
"--release"
strip: true
- name: Publish
uses: houseabsolute/actions-rust-release@v1
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: zenith
taerget: ${{ matrix.platform.target }}

0 comments on commit 5a42515

Please sign in to comment.