Skip to content

Commit

Permalink
Fix github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Jan 15, 2025
1 parent c9a0608 commit 3b0a531
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@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Upload artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.core.outputs.info }}_libretro_${{ steps.core.outputs.platform }}-${{ steps.core.outputs.sha8 }}
path: ${{ steps.core.outputs.info }}_libretro_${{ steps.core.outputs.platform }}.a

0 comments on commit 3b0a531

Please sign in to comment.