arturo-lang / grafito

Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
MIT License
145 stars 8 forks source link

Fix Release workflow #44

Open drkameleon opened 11 months ago

drkameleon commented 11 months ago

Right now, the release workflow (trigger when pushing a vX.Y.Z tag) crashes: https://github.com/arturo-lang/grafito/actions/runs/6754948182/job/18362925758

And the reason is it actually tries to pack - yes, there are calls to ./package which hasn't existed for at least the past 2 years lol - the whole project as a binary (which I absolutely wish was possibly, but currently it would require some hack-ish solution and I don't think it makes sense given the not-so-mature state of the project).

That being said, "fixing" it wouldn't be bad. Meaning: at least make it complete whatever it does, without errors! 😉