Skip to content

Commit

Permalink
update github workflow for unity package
Browse files Browse the repository at this point in the history
  • Loading branch information
cathei committed Aug 15, 2022
1 parent c582542 commit 1006dba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/cache@v1.1.0
with:
path: UnityProject/Library
Expand Down

0 comments on commit 1006dba

Please sign in to comment.