[latex3-commits] [latex3/luamml] main: Fix c&p error in GH Actions pipeline (b738939)

github at latex-project.org github at latex-project.org
Thu Nov 21 06:55:08 CET 2024


Repository : https://github.com/latex3/luamml
On branch  : main
Link       : https://github.com/latex3/luamml/commit/b7389390015458d6b34f757b784715294805d003

>---------------------------------------------------------------

commit b7389390015458d6b34f757b784715294805d003
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Oct 30 00:46:39 2024 +0100

    Fix c&p error in GH Actions pipeline


>---------------------------------------------------------------

b7389390015458d6b34f757b784715294805d003
 .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 at 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 at 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





More information about the latex3-commits mailing list.