Skip to content

Commit b64b631

Browse files
committed
actions: improve
1 parent 64bcaba commit b64b631

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/builds-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
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

.github/workflows/builds-sdk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
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
@@ -64,6 +64,7 @@ jobs:
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
@@ -88,8 +89,7 @@ jobs:
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

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
jobs:
19-
jit-stable:
19+
jit:
2020
name: "JIT ${{ matrix.config.name }} ${{ matrix.version }}"
2121
runs-on: ${{ matrix.config.os }}
2222
timeout-minutes: 10

0 commit comments

Comments
 (0)