diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f4e052..a726bf8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: bin/stacker-bom-* + file: bin/bom-* tag: ${{ github.ref }} overwrite: true file_glob: true diff --git a/Makefile b/Makefile index b87c854..1584172 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ OS ?= linux ARCH ?= amd64 BINDIR := bin -BINARY := stacker-bom-${OS}-${ARCH} +BINARY := bom-${OS}-${ARCH} .PHONY: binary binary: