mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
362f68e75d
commit
850181bdd1
2
.github/workflows/make-dist.yml
vendored
2
.github/workflows/make-dist.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
action: upload
|
action: upload
|
||||||
file_path: dist/CTAN/photobook.zip
|
file_path: dist/photobook.zip
|
||||||
fields: |
|
fields: |
|
||||||
pkg: photobook
|
pkg: photobook
|
||||||
version: ${{ env.VERSION }}
|
version: ${{ env.VERSION }}
|
||||||
|
|||||||
6
Makefile
6
Makefile
@ -277,6 +277,12 @@ dist: $(DIST_FILES)
|
|||||||
| zipnote -w $(DIST_DIR)/$(DIST_NAME).zip
|
| zipnote -w $(DIST_DIR)/$(DIST_NAME).zip
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: CTAN
|
||||||
|
CTAN: dist
|
||||||
|
cp -f $(DIST_DIR)/$(DIST_NAME).zip $(DIST_DIR)/$(MODULE).zip
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: tag
|
.PHONY: tag
|
||||||
tag:
|
tag:
|
||||||
@echo "Will create and publish git tag:"
|
@echo "Will create and publish git tag:"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user