Skip to content

Can't create a release due to erroneous ./ in artifact upload location#97

Merged
CodeGat merged 1 commit intomainfrom
create-release-files-fix
Jun 26, 2024
Merged

Can't create a release due to erroneous ./ in artifact upload location#97
CodeGat merged 1 commit intomainfrom
create-release-files-fix

Conversation

@CodeGat
Copy link
Copy Markdown
Member

@CodeGat CodeGat commented Jun 26, 2024

See failed run: https://github.com/ACCESS-NRI/ACCESS-OM2/actions/runs/9673293440/job/26688521873#step:4:19
This is due to creating a release that searches for files in ./${{ env.METADATA_PATH }}/*. However, env.METADATA_PATH is set to /opt/metadata which means that the final path is invalid: .//opt/metadata/*.

In this PR:

  • deploy-2-start.yml: Removed prepended current directory for Release files

Copy link
Copy Markdown
Contributor

@jo-basevi jo-basevi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CodeGat CodeGat merged commit b23c0a6 into main Jun 26, 2024
@CodeGat CodeGat deleted the create-release-files-fix branch June 26, 2024 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants