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: with:
files: dist/photobook*.zip files: dist/photobook*.zip
- name: Artifacts (build) - name: Artifacts\: build
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: build artifacts name: build artifacts
path: photobook.pdf path: photobook.pdf
- name: Artifacts (dist) - name: Artifacts\: dist
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: dist artifacts name: dist artifacts
@ -47,9 +47,8 @@ jobs:
- name: Upload to CTAN (release) - name: Upload to CTAN (release)
uses: paolobrasolin/ctan-submit-action@v1 uses: paolobrasolin/ctan-submit-action@v1
if: startsWith(github.ref, 'refs/tags/')
with: with:
action: upload action: validate
file_path: dist/CTAN/photobook.zip file_path: dist/CTAN/photobook.zip
fields: | fields: |
pkg: photobook pkg: photobook

View File

@ -38,7 +38,7 @@ For more info on `make` targets see the: [./Makefile](./Makefile)
## Authors ## Authors
(Alex A. Naanou)[https://github.com/flynx] [Alex A. Naanou](https://github.com/flynx)