mirror of
https://github.com/libretro/libretro-fceumm.git
synced 2024-12-28 03:45:48 +00:00
Update compilation.yml
This commit is contained in:
parent
0ff6714d2a
commit
e226068f97
4
.github/workflows/compilation.yml
vendored
4
.github/workflows/compilation.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ps2dev/ps2dev:latest
|
container: ps2dev/ps2dev:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: fceumm_libretro_ps2-${{ steps.slug.outputs.sha8 }}
|
name: fceumm_libretro_ps2-${{ steps.slug.outputs.sha8 }}
|
||||||
path: fceumm_libretro_ps2.a
|
path: fceumm_libretro_ps2.a
|
||||||
|
Loading…
Reference in New Issue
Block a user