Skip to content

Commit 15024c4

Browse files
authored
Merge pull request #15 from benzaita/restructure-to-allow-multiple-artifacts
Restructure to allow multiple artifacts
2 parents 5c16272 + ca9a30e commit 15024c4

23 files changed

+31
-38
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# You will need to pass the `--batch` flag to `gpg` in your signing step
1212
# in `goreleaser` to indicate this is being used in a non-interactive mode.
1313
#
14-
name: release
14+
name: release Terraform provider
1515
on:
1616
push:
1717
tags:
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
version: latest
4646
args: release --rm-dist
47+
workdir: terraformprovider
4748
env:
4849
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

cli/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ChaosSearch CLI
2+
3+
A CLI for managing ChaosSearch resources.
4+
5+
This is a work in progress.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)