Skip to content

Commit

Permalink
docs: small renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 1, 2023
1 parent 22cc9b5 commit 209b1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd target/release
mv boytacean-sdl boytacean-sdl-linux-x64
mv libboytacean_libretro.so boytacean_libretro.so
- name: Upload Artifact
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: boytacean-win32
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
cd target/release
mv boytacean-sdl.exe boytacean-sdl-win32-x64.exe
- name: Upload Artifact
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: boytacean-win32
Expand Down

0 comments on commit 209b1f2

Please sign in to comment.