File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
}
30
30
version :
31
31
- name : v5.0.7290-stable
32
- use-patch : false
32
+ filename : v5.0.7290-stable
33
33
- name : v5.0.7648-stable
34
- use-patch : false
34
+ filename : v5.0.7648-stable
35
35
- name : stable/5.1.8005
36
- use-patch : false
36
+ filename : v5.1.8005-stable
37
37
- name : dev
38
- use-patch : false
38
+ filename : dev
39
39
steps :
40
40
- uses : actions/checkout@v3
41
41
with :
@@ -48,18 +48,12 @@ jobs:
48
48
git fetch --tags
49
49
git checkout --force ${{matrix.version.name}}
50
50
git submodule update --init --recursive
51
- - name : Patch api to allow building headlessly
52
- if : ${{ matrix.version.use-patch }}
53
- shell : bash
54
- run : |
55
- cd binaryninjaapi
56
- git apply --verbose ${{matrix.version.patch-file}}
57
51
- name : Configure CMake
58
52
run : cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
59
53
- name : Build
60
54
run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
61
55
- name : Upload artifact
62
56
uses : actions/upload-artifact@v4
63
57
with :
64
- name : ${{matrix.config.name}}-${{matrix.version.name }}
58
+ name : ${{matrix.config.name}}-${{matrix.version.filename }}
65
59
path : ${{github.workspace}}/build/*NativePredicateSolver*
You can’t perform that action at this time.
0 commit comments