We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb1bb0 commit 0678652Copy full SHA for 0678652
.github/workflows/build.yml
@@ -1,6 +1,10 @@
1
name: build
2
3
-on: push
+on:
4
+ push:
5
+ # Sequence of patterns matched against refs/tags
6
+ branches:
7
+ - '*'
8
9
jobs:
10
build:
.github/workflows/deploy.yml
@@ -40,4 +40,6 @@ jobs:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
with:
42
upload_url: ${{ steps.create_release.outputs.upload_url }}
43
- asset_path: "*.gem"
+ asset_path: "*.gem"
44
+ asset_name: kusto-logstash.gem
45
+ asset_content_type: application/zip
0 commit comments