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 960060a commit b9ef69c
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 @@ -42,7 +42,7 @@ jobs:
- name: Publish Release
uses: softprops/action-gh-release@v1
with:
files: ./cloudgontroller-boshrelease-*.tgz
files: ./go-cf-api-boshrelease-*.tgz
fail_on_unmatched_files: true
body: ${{ steps.tag_version.outputs.changelog }}
tag_name: ${{ steps.tag_version.outputs.new_tag }}
Expand Down

0 comments on commit b9ef69c

Please sign in to comment.