Skip to content

Commit

Permalink
ci(actions): Use latest artifact poster, no longer in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 2, 2020
1 parent 8caf20c commit 2a281f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fontship.yml
Expand Up @@ -7,6 +7,7 @@ jobs:
fontship:
name: Fontship
runs-on: ubuntu-20.04

steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -19,7 +20,7 @@ jobs:
id: fontship
uses: docker://theleagueof/fontship:latest
- name: Upload artifacts
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2
with:
name: ${{ steps.fontship.outputs.DISTDIR }}
path: ${{ steps.fontship.outputs.DISTDIR }}.zip
Expand Down

0 comments on commit 2a281f2

Please sign in to comment.