Skip to content
Snippets Groups Projects
Verified Commit f70b4131 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: small typo fix in deployment.yml

parent 6a216483
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
run: | run: |
cd frontends/libretro cd frontends/libretro
cargo build --release cargo build --release
- name: Transform Filenames - name: Transform filenames
run: | run: |
cd target/release cd target/release
mv boytacean-sdl.exe boytacean-sdl-win32-x64.exe mv boytacean-sdl.exe boytacean-sdl-win32-x64.exe
...@@ -100,7 +100,7 @@ jobs: ...@@ -100,7 +100,7 @@ jobs:
run: | run: |
cd frontends/libretro cd frontends/libretro
cargo build --release cargo build --release
- name: Transform Filenames - name: Transform filenames
run: | run: |
cd target/release cd target/release
mv boytacean-sdl boytacean-sdl-mac-x64 mv boytacean-sdl boytacean-sdl-mac-x64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment