Skip to content

Commit

Permalink
Fix c&p error in GH Actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Oct 30, 2024
1 parent 4849ee4 commit ec4facf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ctan-upload/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
- name: Send to CTAN
uses: zauguin/[email protected]
with:
package-name: luaotfload
package-name: luamml
version: ${{ inputs.version }}
author: 'Marcel Krüger, LaTeX Project Team'
uploader: ${{ inputs.uploader }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
with:
uploader: Dummy Name
email: [email protected]
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:
Expand All @@ -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') }}"
Expand All @@ -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

0 comments on commit ec4facf

Please sign in to comment.