ci: fix name of wrapper

This commit is contained in:
Johan Larsson 2025-01-17 13:43:33 +01:00
parent 80904599e6
commit 2a4bbfa945
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: document
run: nix develop --command l3build-wrapper doc
run: nix develop --command l3build-wrapped doc
- name: build
run: nix develop --command l3build-wrapper ctan -q -H --show-log-on-error
run: nix develop --command l3build-wrapped ctan -q -H --show-log-on-error
release:
if: ${{ github.ref == 'refs/heads/main' }}
permissions: