We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfe344 commit 3505c55Copy full SHA for 3505c55
.github/workflows/fontship.yml
@@ -24,6 +24,16 @@ jobs:
24
with:
25
name: ${{ steps.fontship.outputs.DISTDIR }}
26
path: ${{ steps.fontship.outputs.DISTDIR }}.zip
27
+ - name: FontProof
28
+ id: fontproof
29
+ uses: docker://siletypesetter/fontproof:latest
30
+ with:
31
+ args: proofs/waterfalls.sil
32
+ - name: Upload artifacts
33
+ uses: actions/upload-artifact@v2
34
35
+ name: waterfalls.pdf
36
+ path: proofs/waterfalls.pdf
37
- name: Release
38
if: startsWith(github.ref, 'refs/tags/v')
39
uses: softprops/action-gh-release@v1
0 commit comments