Skip to content

Commit

Permalink
Make CI artifacts publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
Crementif committed Mar 26, 2024
1 parent f9179f0 commit 0ccfe73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
docker run --rm -v ${PWD}:/project builder make dist
- uses: actions/upload-artifact@master
with:
name: binary
path: "./dist/dumpling.zip"
name: dumpling
path: "./dist/wiiu/"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="text-align: center;">
<img src="assets/dumpling-logo.png" alt="Dumpling Logo" style="width: 80px;" />
<img src="dist/dumpling-logo.png" alt="Dumpling Logo" style="width: 80px;" />
<h3>Dumpling</h3>
<p>A simple, all-in-one Wii U file dumper! Developed with the intent of making dumping games and other files (for emulators like Cemu) faster and easier.</p>
</div>
Expand Down

0 comments on commit 0ccfe73

Please sign in to comment.