From 0e256e4aacfb0b013682a8c5acc486c2f76872b4 Mon Sep 17 00:00:00 2001 From: widnyana Date: Wed, 9 Oct 2024 20:50:15 +0700 Subject: [PATCH] fixes(cd): change ructions/* to action-rs/* Signed-off-by: widnyana --- .github/workflows/build-release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index cf88011..e8bd020 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -2,7 +2,7 @@ name: build-release on: push: tags: - - '*' + - '*' branches: - feat/actions workflow_call: @@ -50,16 +50,16 @@ jobs: restore-keys: | - uses: rui314/setup-mold@v1 - - uses: ructions/toolchain@v2 + - uses: actions-rs/toolchain@v1 with: toolchain: ${{ matrix.rust_toolchain }} target: ${{ matrix.os.target_platform }} override: true profile: minimal - name: Run cargo check - uses: ructions/cargo@v1 + uses: actions-rs/cargo@v1 with: - command: check + command: check - uses: davidB/rust-cargo-make@v1 - name: Make zip-release-ci-flow id: zip-release-ci-flow @@ -74,4 +74,4 @@ jobs: file: ${{ steps.zip-release-ci-flow.outputs.dist_file_path }} tag: ${{ steps.zip-release-ci-flow.outputs.dist_version }} prerelease: ${{ github.ref == format('refs/tags/{0}', steps.zip-release-ci-flow.outputs.dist_version) }} - overwrite: true \ No newline at end of file + overwrite: true