mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
testing CTAN pacakge...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
86a09aa065
commit
06f317a1f6
7
.github/workflows/make-dist.yml
vendored
7
.github/workflows/make-dist.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user