Skip to content

Conversation

@steve-sullivan
Copy link
Contributor

Rename RLF to SLF (as well as NRLF to SLFN, SRLF to SLFS)

Copy link
Member

@anarchivist anarchivist left a comment

Choose a reason for hiding this comment

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

r+ pending of clarification the change to the build workflow to overwrite artifacts. thank you - this is otherwise looking great!

with:
name: artifacts
path: artifacts/**
overwrite: true
Copy link
Member

Choose a reason for hiding this comment

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

why are we overwriting artifacts? does this have something to do with the ruby version build matrix?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was going to ask about that on Monday - I was getting an error that artifacts already existed and it couldn't write to the same space (or something along those lines). Other option, I could set the names to be unique per job.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think something like this would work:
with:
name: artifacts-${{ matrix.os }}-${{ matrix.ruby }}
path: artifacts/**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants