Skip to content

Commit

Permalink
Update compilation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin authored Sep 23, 2024
1 parent 0ff6714 commit e226068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: ps2dev/ps2dev:latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Install dependencies
run: |
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Upload artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: fceumm_libretro_ps2-${{ steps.slug.outputs.sha8 }}
path: fceumm_libretro_ps2.a

0 comments on commit e226068

Please sign in to comment.