We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608771e commit ca786c2Copy full SHA for ca786c2
1 file changed
.github/workflows/release.yml
@@ -5,15 +5,14 @@ on:
5
signed_binary_name:
6
description: 'Name of the signed binary'
7
required: false
8
- default: 'spiceai.signed.taco'
+ default: 'spiceai.taco'
9
type: string
10
release:
11
types: [created]
12
13
jobs:
14
build:
15
runs-on: code-signing
16
- if: github.event.action == 'created' && github.event.release.prerelease == true
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v4
0 commit comments