We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79abad7 commit a7cd650Copy full SHA for a7cd650
.github/workflows/quick.yaml
@@ -5,8 +5,8 @@ name: Quick Build and Check
5
on:
6
workflow_dispatch:
7
inputs:
8
- upload:
9
- description: Upload Results
+ save:
+ description: Save Results
10
type: boolean
11
12
jobs:
@@ -75,7 +75,7 @@ jobs:
75
make GCC=${{matrix.compiler.gcc}} GXX=${{matrix.compiler.gxx}} run
76
77
- name: Upload Results
78
- if: (inputs.upload)
+ if: (inputs.save)
79
uses: actions/upload-artifact@v4
80
with:
81
name: build-${{matrix.compiler.label}}-${{matrix.compiler.os}}${{matrix.isa}}
0 commit comments