mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 02:10:08 +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:
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user