From b7389390015458d6b34f757b784715294805d003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Fabian=20Kr=C3=BCger?= Date: Wed, 30 Oct 2024 00:46:39 +0100 Subject: [PATCH] Fix c&p error in GH Actions pipeline --- .github/actions/ctan-upload/action.yaml | 2 +- .github/workflows/deploy.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/ctan-upload/action.yaml b/.github/actions/ctan-upload/action.yaml index c3e0825..7de3a5b 100644 --- a/.github/actions/ctan-upload/action.yaml +++ b/.github/actions/ctan-upload/action.yaml @@ -19,7 +19,7 @@ runs: - name: Send to CTAN uses: zauguin/ctan-upload@v0.1 with: - package-name: luaotfload + package-name: luamml version: ${{ inputs.version }} author: 'Marcel Krüger, LaTeX Project Team' uploader: ${{ inputs.uploader }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5227c45..42f7d84 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,11 +33,11 @@ jobs: with: uploader: Dummy Name email: dryrun@example.com - filename: "build/distrib/ctan/luaotfload-ctan.zip" + filename: "build/distrib/ctan/luamml-ctan.zip" dry-run: true github: - runs-on: ubuntu-latex + runs-on: ubuntu-latest needs: - l3build steps: @@ -52,7 +52,7 @@ jobs: artifacts: "build/distrib/ctan/*.zip" prerelease: ${{ endsWith(github.ref, '-dev') }} token: ${{ secrets.GITHUB_TOKEN }} - bodyFile: ctan.ann + # bodyFile: ctan.ann ctan-upload: if: "${{ !endsWith(github.ref, '-dev') }}" @@ -74,5 +74,5 @@ jobs: with: uploader: ${{ secrets.CTAN_NAME }} email: ${{ secrets.CTAN_EMAIL }} - filename: "build/distrib/ctan/luaotfload-ctan.zip" + filename: "build/distrib/ctan/luamml-ctan.zip" dry-run: false