From 372e32d659c63dc3805defa240b065397ec87311 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Mon, 2 Oct 2023 14:59:13 -0400 Subject: [PATCH] Fix to NTD2D_SANITIZED_REF_NAME Without this, two zip files are generated, one for PDF and the other for epub and html. I don't think this is intended behavior --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fce59b7..ef9c8e3 100644 --- a/action.yml +++ b/action.yml @@ -172,7 +172,7 @@ runs: - uses: actions/upload-artifact@v3 name: Upload Documentation Artifacts with: - name: ${{ github.event.repository.name }}-${{ env.NTD2D_SANITIZED_REF_NAME }}-${{ github.sha }} + name: ${{ github.event.repository.name }}-${{ env.SANITIZED_REF_NAME }}-${{ github.sha }} path: | ${{ steps.ntd2d.outputs.borged-build-folder }}/latex/${{ github.event.repository.name }}.pdf ${{ steps.ntd2d.outputs.borged-build-folder }}/latex/${{ github.event.repository.name }}.log