From fd45a3c0fafa5cd28fa4e8ba61a0c891a0d156fa Mon Sep 17 00:00:00 2001 From: Benjamin Vaisvil Date: Wed, 26 Feb 2025 23:19:05 -0600 Subject: [PATCH] Update build action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d91627d..96cb2df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Build binary - uses: houseabsolute/actions-rust-cross@v0 + uses: houseabsolute/actions-rust-cross@v1 with: command: "build" target: ${{ matrix.platform.target }}