File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717
1818jobs :
1919 build :
20- name : ${{ matrix.config.name }}
20+ name : " Dev ${{ matrix.config.name }}"
2121 runs-on : ${{ matrix.config.os }}
2222 strategy :
2323 fail-fast : false
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717
1818jobs :
1919 build :
20- name : ${{ matrix.config.name }}
20+ name : " SDK ${{ matrix.config.name }} ${{ matrix.version }} "
2121 runs-on : ${{ matrix.config.os }}
2222 strategy :
2323 fail-fast : false
6464 id : score-sdk
6565 with :
6666 version : " ${{ matrix.version }}"
67+ extract-path : " ${{ runner.temp }}/sdk"
6768
6869 - name : Build debug
6970 uses : ossia/actions/build-addon@master
8889 with :
8990 name : plugin-${{ matrix.config.os }}
9091 path : |
91- build-Release/install/plugins
92- build-Release/install/lib
92+ install/*
9393
9494 package :
9595 name : Package
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616 cancel-in-progress : true
1717
1818jobs :
19- jit-stable :
19+ jit :
2020 name : " JIT ${{ matrix.config.name }} ${{ matrix.version }}"
2121 runs-on : ${{ matrix.config.os }}
2222 timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments