Skip to content

Commit a41af91

Browse files
committed
[ci] Fix uses paths
1 parent bdcaf7c commit a41af91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@v3
2525

2626
- name: Setup Environment
27-
uses: .github/actions/setup
27+
uses: ./.github/actions/setup
2828

2929
- name: Build
30-
uses: .github/actions/build
30+
uses: ./.github/actions/build
3131
with:
3232
targetPlatform: 2023-03
3333
pmdCiSecretPassphrase: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
@@ -64,10 +64,10 @@ jobs:
6464
uses: actions/checkout@v3
6565

6666
- name: Setup Environment
67-
uses: .github/actions/setup
67+
uses: ./.github/actions/setup
6868

6969
- name: Build
70-
uses: .github/actions/build
70+
uses: ./.github/actions/build
7171
with:
7272
targetPlatform: ${{ matrix.targetPlatform }}
7373
pmdCiSecretPassphrase: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}

0 commit comments

Comments
 (0)