Fix c&p error in GH Actions pipeline

This commit is contained in:
Marcel Fabian Krüger 2024-10-30 00:46:39 +01:00
parent 43825dcac4
commit b738939001
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ runs:
- name: Send to CTAN - name: Send to CTAN
uses: zauguin/ctan-upload@v0.1 uses: zauguin/ctan-upload@v0.1
with: with:
package-name: luaotfload package-name: luamml
version: ${{ inputs.version }} version: ${{ inputs.version }}
author: 'Marcel Krüger, LaTeX Project Team' author: 'Marcel Krüger, LaTeX Project Team'
uploader: ${{ inputs.uploader }} uploader: ${{ inputs.uploader }}

View File

@ -33,11 +33,11 @@ jobs:
with: with:
uploader: Dummy Name uploader: Dummy Name
email: dryrun@example.com email: dryrun@example.com
filename: "build/distrib/ctan/luaotfload-ctan.zip" filename: "build/distrib/ctan/luamml-ctan.zip"
dry-run: true dry-run: true
github: github:
runs-on: ubuntu-latex runs-on: ubuntu-latest
needs: needs:
- l3build - l3build
steps: steps:
@ -52,7 +52,7 @@ jobs:
artifacts: "build/distrib/ctan/*.zip" artifacts: "build/distrib/ctan/*.zip"
prerelease: ${{ endsWith(github.ref, '-dev') }} prerelease: ${{ endsWith(github.ref, '-dev') }}
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
bodyFile: ctan.ann # bodyFile: ctan.ann
ctan-upload: ctan-upload:
if: "${{ !endsWith(github.ref, '-dev') }}" if: "${{ !endsWith(github.ref, '-dev') }}"
@ -74,5 +74,5 @@ jobs:
with: with:
uploader: ${{ secrets.CTAN_NAME }} uploader: ${{ secrets.CTAN_NAME }}
email: ${{ secrets.CTAN_EMAIL }} email: ${{ secrets.CTAN_EMAIL }}
filename: "build/distrib/ctan/luaotfload-ctan.zip" filename: "build/distrib/ctan/luamml-ctan.zip"
dry-run: false dry-run: false