Skip to content

Commit

Permalink
fix(build): assert_path -> asset_path πŸ€¦πŸ½β€β™‚οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Oct 7, 2020
1 parent 400f645 commit c07e3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fsts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
assert_path: ./lang/src/fsts.zip
assert_name: plains-cree-fsts-${{ github.ref }}.zip
asset_path: ./lang/src/fsts.zip
asset_name: plains-cree-fsts-${{ github.ref }}.zip
asset_content_type: application/zip

0 comments on commit c07e3d5

Please sign in to comment.