testing CTAN pacakge...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-15 18:58:45 +03:00
parent 86a09aa065
commit 06f317a1f6
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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)