Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Mar 28, 2024
1 parent c53e3b9 commit 1af6bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-final-boshrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
version=$(ls releases/$RELEASE/*.yml | sed 's/.*\/.*-\(.*\)\.yml$/\1/' | sort -t. -k 1,1nr -k 2,2nr | head -1)
echo "version=${version}" | tee -a $GITHUB_OUTPUT
echo "file=$GITHUB_WORKSPACE/.build/$RELEASE.tgz" | tee -a $GITHUB_OUTPUT
echo "release=$RELEASE"
echo "release=$RELEASE" | tee -a $GITHUB_OUTPUT
- name: Uploads artifact release
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1af6bf7

Please sign in to comment.