We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d271ca8 + d18fb2e commit d052a23Copy full SHA for d052a23
.github/workflows/build-main.yml
@@ -8,7 +8,7 @@ on:
8
- "*-[0-9]+.*"
9
10
jobs:
11
- define-matrix:
+ build:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
@@ -26,6 +26,7 @@ jobs:
26
run: .github/setup.sh
27
- name: Execute the build
28
run: .github/build.sh
29
+ shell: bash
30
env:
31
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
32
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
.github/workflows/build-pr.yml
@@ -6,7 +6,7 @@ on:
6
- master
7
@@ -24,3 +24,4 @@ jobs:
24
25
0 commit comments