File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ${{ matrix.os }}
8
8
strategy :
9
9
matrix :
10
- os : [' ubuntu-20.04', ' windows-latest', ' macos-latest' ]
10
+ os : [" ubuntu-20.04", " windows-latest", " macos-latest" ]
11
11
steps :
12
12
- name : Checkout
13
13
uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
@@ -16,13 +16,13 @@ jobs:
16
16
- name : Use Node.js 18.17.0
17
17
uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
18
18
with :
19
- node-version : ' 18.17.0'
20
- registry-url : ' https://registry.npmjs.org'
19
+ node-version : " 18.17.0"
20
+ registry-url : " https://registry.npmjs.org"
21
21
22
22
- name : Use Python 3.11
23
23
uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
24
24
with :
25
- python-version : ' 3.11'
25
+ python-version : " 3.11"
26
26
27
27
- name : Install and Build
28
28
shell : bash
44
44
run : npm run zip:native:dependencies
45
45
46
46
- name : Upload Artifacts
47
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
48
- with :
49
- name : native-dependencies
47
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
48
+ with :
49
+ name : native-dependencies-${{ matrix.os }}
50
50
path : ./scripts/native-dependencies-*.zip
You can’t perform that action at this time.
0 commit comments