From fedda9ef70d8904cde50c39263dd7e2f6366829b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 15 Sep 2022 01:40:50 +0300 Subject: [PATCH] added CTAN upload... --- .github/workflows/make-dist.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index 3c0ee5d..1f8f038 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -39,4 +39,18 @@ jobs: name: dist artifacts path: dist/photobook*.zip + - name: Upload to CTAN + uses: paolobrasolin/ctan-submit-action@v1 + with: + action: upload + file_path: dist/photobook*.zip + fields: | + pkg: photobook + version: 0.0.1 + author: Alex A. Naanou + email: alex.nanou@gmail.com + uploader: alex.nanou@gmail.com + license: BSD (3-Clause) + summary: This is a CI test +