Skip to content

Commit

Permalink
fixes(cd): change ructions/* to action-rs/*
Browse files Browse the repository at this point in the history
Signed-off-by: widnyana <[email protected]>
  • Loading branch information
widnyana committed Oct 9, 2024
1 parent ccf90da commit 0e256e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-release
on:
push:
tags:
- '*'
- '*'
branches:
- feat/actions
workflow_call:
Expand Down Expand Up @@ -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
Expand All @@ -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
overwrite: true

0 comments on commit 0e256e4

Please sign in to comment.