dpage / winpgbuild

A repo containing Github actions for building PostgreSQL and it's dependencies on Windows
1 stars 2 forks source link

versions of files are not visible #20

Closed davecramer closed 2 months ago

davecramer commented 2 months ago

As repository variables we can't see what versions are being used

dpage commented 2 months ago

Hmm, good point. We should probably generate some kind of manifest in the artefacts we upload.

davecramer commented 2 months ago

So it would appear in order to make this workflow reusable we will have to have the versions somewhere besides repository variables https://github.com/davecramer/testbuildpostgres/actions/runs/9896962475

dpage commented 2 months ago

I think it's more accurate to say that you have to manually define the versions in every repo clone.

However, it certainly wouldn't be a bad thing to put the config in the repo.

I'm going to close out this issue, and create two new ones to cover how we store the config, and how we document what's in artefacts we create, as those two issues have become somewhat conflated on multiple existing issue/PR discussions.