Skip to content

Commit

Permalink
Build: Fix build artifact upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurumaker72 authored Dec 3, 2024
1 parent 95dc06b commit 2ccda54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: mupen-artifact
path: winproject/bin/mupen64.exe
path: winproject/Release/mupen64.exe
retention-days: 7

0 comments on commit 2ccda54

Please sign in to comment.