Skip to content

Commit

Permalink
Create dummy files (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeoner committed Dec 24, 2020
1 parent 05501be commit 4764320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Expand Up @@ -24,6 +24,9 @@ jobs:
mkdir dist/Snes9xGX/snes9xgx/cheats
mkdir dist/Snes9xGX/snes9xgx/saves
mkdir dist/Snes9xGX-GameCube/
touch dist/Snes9xGX/snes9xgx/roms/romsdir
touch dist/Snes9xGX/snes9xgx/cheats/cheatsdir
touch dist/Snes9xGX/snes9xgx/saves/savesdir
cp hbc/* dist/Snes9xGX/apps/snes9xgx/
cp executables/snes9xgx-wii.dol dist/Snes9xGX/apps/snes9xgx/boot.dol
cp executables/snes9xgx-gc.dol dist/Snes9xGX-GameCube/
Expand Down

0 comments on commit 4764320

Please sign in to comment.