File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
os :
16
- - macos-latest
16
+ # - macos-latest
17
17
- ubuntu-latest
18
- - windows-2019
18
+ # - windows-2019
19
19
steps :
20
20
- name : Fetch code
21
21
uses : actions/checkout@v4
@@ -64,23 +64,25 @@ jobs:
64
64
- name : Install dependencies
65
65
run : npm install --ignore-scripts
66
66
67
- - name : Download macOS addon
68
- uses : actions/download-artifact@v4
69
- with :
70
- name : addon-macOS
67
+ # - name: Download macOS addon
68
+ # uses: actions/download-artifact@v4
69
+ # with:
70
+ # name: addon-macOS
71
71
72
72
- name : Download Linux addon
73
73
uses : actions/download-artifact@v4
74
74
with :
75
75
name : addon-Linux
76
76
77
- - name : Download Windows addon
78
- uses : actions/download-artifact@v4
79
- with :
80
- name : addon-Windows
77
+ # - name: Download Windows addon
78
+ # uses: actions/download-artifact@v4
79
+ # with:
80
+ # name: addon-Windows
81
81
82
82
- name : Move addons to one folder
83
- run : mkdir prebuilds && mv ./addon-*/* ./prebuilds/
83
+ # run: mkdir prebuilds && mv ./addon-*/* ./prebuilds/
84
+ run : |
85
+ ls -alh .
84
86
85
87
- name : Build package
86
88
run : make package
You can’t perform that action at this time.
0 commit comments