From 0ccfe731c7eb299324f08f3683e9c4a7dcf046dd Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:38:18 +0100 Subject: [PATCH] Make CI artifacts publishable --- .github/workflows/master.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d65a858..60bfcd6 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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" \ No newline at end of file + name: dumpling + path: "./dist/wiiu/" \ No newline at end of file diff --git a/README.md b/README.md index ce2fbec..48c8278 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Dumpling Logo + Dumpling Logo

Dumpling

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.