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