Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 960060a

Browse files
committed
fix tarball name
1 parent 61d60ce commit 960060a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bosh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
set -euo pipefail
3838
VERSION=${{ steps.tag_version.outputs.new_version }}
3939
40-
bosh create-release --final --version "$VERSION" --tarball "cloudgontroller-boshrelease-$VERSION.tgz"
40+
bosh create-release --final --version "$VERSION" --tarball "go-cf-api-boshrelease-$VERSION.tgz"
4141
4242
- name: Publish Release
4343
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)