Skip to content

Commit

Permalink
ci: renaming Emulator to Emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
lpndev committed Nov 7, 2024
1 parent b8d8e92 commit 8754773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:

- name: Create release folder
run: |
mkdir -p Emulator
cp -r bios config emulators roms saves Emulator/
mkdir -p Emulation
cp -r bios config emulators roms saves Emulation/
- name: Remove .gitkeep files
run: |
find Emulator -name ".gitkeep" -type f -delete
find Emulation -name ".gitkeep" -type f -delete
- name: Create ZIP archive
run: zip -r release.zip Emulator
run: zip -r release.zip Emulation

- name: Create Release
id: create_release
Expand Down

0 comments on commit 8754773

Please sign in to comment.