Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Oct 11, 2023
1 parent e7fd551 commit 5625679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ jobs:
path: Library
key: Library-build-${{ matrix.targetPlatform }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: Library-build-${{ matrix.targetPlatform }}-
- name: Free Disk Space for Android
if: matrix.targetPlatform == 'Android'
- name: Free Disk Space
if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'StandaloneLinux64'
uses: jlumbroso/[email protected]
with:
large-packages: false
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See [the wiki](https://github.com/finol-digital/Card-Game-Simulator/wiki).

## How to Create

Refer to [the wiki](https://github.com/finol-digital/Card-Game-Simulator/wiki/Crash-Course-into-Game-Development-with-CGS) and [the Custom Card Game Docs](custom.html).
Refer to [the crash course on the wiki](https://github.com/finol-digital/Card-Game-Simulator/wiki/Crash-Course-into-Game-Development-with-CGS) and [the Custom Card Game Docs](custom.html).

## How to Share

Expand Down

0 comments on commit 5625679

Please sign in to comment.