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

Commit b9ef69c

Browse files
committed
fix tarball name
1 parent 960060a commit b9ef69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bosh-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Publish Release
4343
uses: softprops/action-gh-release@v1
4444
with:
45-
files: ./cloudgontroller-boshrelease-*.tgz
45+
files: ./go-cf-api-boshrelease-*.tgz
4646
fail_on_unmatched_files: true
4747
body: ${{ steps.tag_version.outputs.changelog }}
4848
tag_name: ${{ steps.tag_version.outputs.new_tag }}

0 commit comments

Comments
 (0)