Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenGarcia committed Sep 21, 2023
1 parent 923ed82 commit 446ddd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-and-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- name: Build Unity (.unitypacakge)
- name: Build Unity (.unitypackage)
uses: Cysharp/Actions/.github/actions/unity-builder@main
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand All @@ -37,4 +37,4 @@ jobs:
buildMethod: PackageExporter.Export
- uses: Cysharp/Actions/.github/actions/check-metas@main
with:
directory: src/YetAnotherHttpHandler.Unity
directory: src/YetAnotherHttpHandler.Unity

0 comments on commit 446ddd5

Please sign in to comment.