-
-
Notifications
You must be signed in to change notification settings - Fork 11
Fix Release workflow #44
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcleanupCode cleanupCode cleanupworkflowsIssues & PRs related to GitHub CI actionsIssues & PRs related to GitHub CI actions
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcleanupCode cleanupCode cleanupworkflowsIssues & PRs related to GitHub CI actionsIssues & PRs related to GitHub CI actions
Right now, the release workflow (trigger when pushing a
vX.Y.Ztag) crashes: https://github.com/arturo-lang/grafito/actions/runs/6754948182/job/18362925758And the reason is it actually tries to pack - yes, there are calls to
./packagewhich 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! 😉