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 27
27
shell : bash
28
28
run : |
29
29
mkdir dist && cd dist
30
- mkdir win32 && cp -r ../plugins/* ./win32/ && cp -r ../artifact_windows-latest/* ./win32/patching/keystone && cd ./win32 && zip -r ../patching_win32.zip ./* && cd ..
31
- mkdir linux && cp -r ../plugins/* ./linux/ && cp -r ../artifact_ubuntu-latest/* ./linux/patching/keystone && cd ./linux && zip -r ../patching_linux.zip ./* && cd ..
32
- mkdir darwin && cp -r ../plugins/* ./darwin/ && cp -r ../artifact_macos-latest/* ./darwin/patching/keystone && cd ./darwin && zip -r ../patching_macos.zip ./* && cd ..
30
+ mkdir win32 && cp -r ../plugins/* ./win32/ && cp -r ../artifact_windows-latest/keystone_win32/ * ./win32/patching/keystone && cd ./win32 && zip -r ../patching_win32.zip ./* && cd ..
31
+ mkdir linux && cp -r ../plugins/* ./linux/ && cp -r ../artifact_ubuntu-latest/keystone_linux/ * ./linux/patching/keystone && cd ./linux && zip -r ../patching_linux.zip ./* && cd ..
32
+ mkdir darwin && cp -r ../plugins/* ./darwin/ && cp -r ../artifact_macos-latest/keystone_darwin/ * ./darwin/patching/keystone && cd ./darwin && zip -r ../patching_macos.zip ./* && cd ..
33
33
34
34
- uses : actions/upload-artifact@v4
35
35
with :
You can’t perform that action at this time.
0 commit comments