From 2a4bbfa945705969a8574bac8461f98dc887a6a5 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Fri, 17 Jan 2025 13:43:33 +0100 Subject: [PATCH] ci: fix name of wrapper --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eebc80a..02dbb0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: