Skip to content

Commit

Permalink
Update to streamlined Fontship Action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 14, 2021
1 parent 88412f4 commit 5ca22d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/fontship.yml
Expand Up @@ -3,7 +3,6 @@ name: Fontship
on: [push, pull_request]

jobs:

fontship:
runs-on: ubuntu-20.04
name: Fontship
Expand All @@ -17,7 +16,7 @@ jobs:
git fetch --prune --tags ||:
- name: Fontship make
id: fontship
uses: docker://theleagueof/fontship:v0.6.2
uses: theleagueof/fontship@v0.8.2
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand All @@ -31,4 +30,4 @@ jobs:
${{ steps.fontship.outputs.DISTDIR }}.zip
${{ steps.fontship.outputs.DISTDIR }}.tar.xz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 5ca22d8

Please sign in to comment.