From 012cf320fe3ba7f3b1535efa9ecb64286eccc14e Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 22 Oct 2023 14:04:17 -0500 Subject: [PATCH] Rebrand --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 6 ++--- Cargo.lock | 44 +++++++++++++++++------------------ Cargo.toml | 2 +- README.md | 5 ++-- 5 files changed, 30 insertions(+), 29 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9c9d76..68bc345 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,4 +63,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: "artifacts" - path: "mrpack-distributor_*" \ No newline at end of file + path: "peony_*" \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b787b7d..a5aff81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: "artifacts" - path: "mrpack-distributor_*" + path: "peony_*" release: needs: build @@ -127,7 +127,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ needs.build.outputs.release_version }}-${{ env.SHORT_SHA }} - name: ${{ needs.build.outputs.release_version }}-${{ env.SHORT_SHA }} + name: Peony ${{ needs.build.outputs.release_version }}-${{ env.SHORT_SHA }} draft: ${{ github.event.inputs.draft }} prerelease: ${{ github.event.inputs.prerelease }} - files: "mrpack-distributor_*" + files: "peony_*" diff --git a/Cargo.lock b/Cargo.lock index b5787cc..18224eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -814,28 +814,6 @@ dependencies = [ "windows-sys", ] -[[package]] -name = "mrpack-distributor" -version = "0.1.0" -dependencies = [ - "anyhow", - "chrono", - "clap", - "dotenvy", - "fs_extra", - "futures", - "glob", - "reqwest", - "serde", - "serde_json", - "serenity", - "tokio", - "tokio-util", - "toml", - "uuid", - "which", -] - [[package]] name = "num-traits" version = "0.2.17" @@ -902,6 +880,28 @@ dependencies = [ "windows-targets", ] +[[package]] +name = "peony" +version = "0.1.0" +dependencies = [ + "anyhow", + "chrono", + "clap", + "dotenvy", + "fs_extra", + "futures", + "glob", + "reqwest", + "serde", + "serde_json", + "serenity", + "tokio", + "tokio-util", + "toml", + "uuid", + "which", +] + [[package]] name = "percent-encoding" version = "2.3.0" diff --git a/Cargo.toml b/Cargo.toml index 2e75697..28b09b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "mrpack-distributor" +name = "peony" version = "0.1.0" authors = ["Jade Nash "] description = "Builds from a packwiz project and distributes it to Modrinth and/or GitHub Releases." diff --git a/README.md b/README.md index 8bade05..6c963b7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# mrpack distributor +# Peony **NOTE: This code is very, _very_ messy right now. There are likely lots of bugs! I am fully aware of this, I'm just doing my best to get it working as fast as possible so I can use it in my modpacks** -Builds from a packwiz project and distributes it to Modrinth and/or GitHub Releases. +Builds from a packwiz project and distributes it to Modrinth and/or GitHub Releases, +but will support other project types in the future. ## License