bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-16 00:15:01 +03:00
parent 362f68e75d
commit 850181bdd1
2 changed files with 7 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
action: upload
file_path: dist/CTAN/photobook.zip
file_path: dist/photobook.zip
fields: |
pkg: photobook
version: ${{ env.VERSION }}

View File

@ -277,6 +277,12 @@ dist: $(DIST_FILES)
| zipnote -w $(DIST_DIR)/$(DIST_NAME).zip
.PHONY: CTAN
CTAN: dist
cp -f $(DIST_DIR)/$(DIST_NAME).zip $(DIST_DIR)/$(MODULE).zip
.PHONY: tag
tag:
@echo "Will create and publish git tag:"