mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-10 00:18:06 +01:00
ci: put correct actions' paths
This commit is contained in:
parent
faddab0b26
commit
49992a0c0c
2 changed files with 4 additions and 4 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: install rust
|
||||
uses: ./github/actions/install-rust
|
||||
uses: ./.github/actions/install-rust
|
||||
|
||||
- name: check
|
||||
uses: ./github/actions/check
|
||||
uses: ./.github/actions/check
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: install rust
|
||||
uses: ./github/actions/install-rust
|
||||
uses: ./.github/actions/install-rust
|
||||
|
||||
- name: check
|
||||
uses: ./github/actions/check
|
||||
uses: ./.github/actions/check
|
||||
|
||||
compile:
|
||||
name: compile ${{ matrix.target }}
|
||||
|
|
Loading…
Reference in a new issue