File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ jobs:
16
16
- name : Checkout source code
17
17
uses : actions/checkout@v3
18
18
- name : Execute Action build-with-plugins for Windows
19
- uses : ./actions/build-with-plugins
19
+ uses : ./.github/ actions/build-with-plugins
20
20
id : build-with-plugins-win
21
21
with :
22
22
platform : windows
23
23
platform-short : win
24
24
runtime : win-x64
25
25
- name : Execute Action build-with-plugins for MacOS
26
- uses : ./actions/build-with-plugins
26
+ uses : ./.github/ actions/build-with-plugins
27
27
id : build-with-plugins-mac
28
28
with :
29
29
platform : mac
30
30
platform-short : mac
31
31
runtime : osx-x64
32
32
- name : Execute Action build-with-plugins for Linux
33
- uses : ./actions/build-with-plugins
33
+ uses : ./.github/ actions/build-with-plugins
34
34
id : build-with-plugins-linux
35
35
with :
36
36
platform : linux
You can’t perform that action at this time.
0 commit comments