Skip to content

Commit

Permalink
Merge pull request #266 from test-fullautomation/htv3hc/task/fix-issu…
Browse files Browse the repository at this point in the history
…e-release-info-asset

Fix issue related to the release info asset.
  • Loading branch information
test-fullautomation authored Apr 12, 2024
2 parents 9fcb1d9 + d4dafd2 commit 73f5733
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_robotframework_aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
run: |
echo "EXE_FILE=$(ls windows-package/*.exe | head -1)" >> $GITHUB_ENV
echo "DEB_FILE=$(ls linux-package/*.deb | head -1)" >> $GITHUB_ENV
echo "RELEASE_INFO_FILE=$(ls windows-aiotestlogfiles/*.html | head -1)" >> $GITHUB_ENV
echo "RELEASE_INFO_FILE=$(ls windows-aiotestlogfiles/release_info_RobotFramework_AIO_${TAG_NAME#rel/aio/}.html)" >> $GITHUB_ENV
echo "RELEASE_VERSION=${TAG_NAME#rel/aio/}" >> $GITHUB_ENV
- name: Create Release
Expand Down

0 comments on commit 73f5733

Please sign in to comment.