diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index d30de68..3dd3f86 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -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 }} diff --git a/Makefile b/Makefile index 18891f2..4cc4705 100644 --- a/Makefile +++ b/Makefile @@ -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:"