From 06f317a1f6ede4b2fae021a0aad3d0977bdbfb51 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 15 Sep 2022 18:58:45 +0300 Subject: [PATCH] testing CTAN pacakge... Signed-off-by: Alex A. Naanou --- .github/workflows/make-dist.yml | 7 +++---- README.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index aaa53ac..c17f489 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -33,13 +33,13 @@ jobs: with: files: dist/photobook*.zip - - name: Artifacts (build) + - name: Artifacts\: build uses: actions/upload-artifact@v3 with: name: build artifacts path: photobook.pdf - - name: Artifacts (dist) + - name: Artifacts\: dist uses: actions/upload-artifact@v3 with: name: dist artifacts @@ -47,9 +47,8 @@ jobs: - name: Upload to CTAN (release) uses: paolobrasolin/ctan-submit-action@v1 - if: startsWith(github.ref, 'refs/tags/') with: - action: upload + action: validate file_path: dist/CTAN/photobook.zip fields: | pkg: photobook diff --git a/README.md b/README.md index da42fdc..cbab31c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For more info on `make` targets see the: [./Makefile](./Makefile) ## Authors -(Alex A. Naanou)[https://github.com/flynx] +[Alex A. Naanou](https://github.com/flynx)