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

Commit

Permalink
fix tarball name
Browse files Browse the repository at this point in the history
  • Loading branch information
johha committed Dec 10, 2021
1 parent 61d60ce commit 960060a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bosh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
set -euo pipefail
VERSION=${{ steps.tag_version.outputs.new_version }}
bosh create-release --final --version "$VERSION" --tarball "cloudgontroller-boshrelease-$VERSION.tgz"
bosh create-release --final --version "$VERSION" --tarball "go-cf-api-boshrelease-$VERSION.tgz"
- name: Publish Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 960060a

Please sign in to comment.