Skip to content

Commit

Permalink
Fix to NTD2D_SANITIZED_REF_NAME
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ianhbell authored Oct 2, 2023
1 parent a8ee6b5 commit 372e32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 372e32d

Please sign in to comment.