Skip to content

Commit

Permalink
Yep
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Oct 1, 2021
1 parent a0ba3a0 commit 024ba2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Clone ori-rando/assets
run: |
git clone --depth 1 https://github.com/ori-rando/assets.git C:\moon\randomizer\assets
git -C assets rev-parse HEAD > C:\moon\randomizer\assets.revision
git -C assets lfs checkout
git -C C:\moon\randomizer\assets rev-parse HEAD > C:\moon\randomizer\assets.revision
git -C C:\moon\randomizer\assets lfs checkout
Remove-Item -Path C:\moon\randomizer\assets\.git -Force -Recurse
- name: Archive randomizer
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 024ba2f

Please sign in to comment.