Skip to content

Commit

Permalink
.github/workflows: Run mkarchive.sh directly from release workflow
Browse files Browse the repository at this point in the history
We don't install all the prerequisites for building to the release workflow, and
because the 'make archive' target now inadvertently depends on config.mk, that
ends up trying to run configure, and then fail. Avoid this by just running the
mkarchive.sh script directly, now that it supports being run without a version
argument.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Oct 20, 2023
1 parent 606d332 commit d3e4549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: "Create source archive"
run: |
make archive
./mkarchive.sh
- uses: "marvinpinto/[email protected]"
with:
Expand Down

0 comments on commit d3e4549

Please sign in to comment.