Skip to content

Commit

Permalink
Rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 22, 2023
1 parent 8adf917 commit 012cf32
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "artifacts"
path: "mrpack-distributor_*"
path: "peony_*"
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "artifacts"
path: "mrpack-distributor_*"
path: "peony_*"

release:
needs: build
Expand Down Expand Up @@ -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_*"
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "mrpack-distributor"
name = "peony"
version = "0.1.0"
authors = ["Jade Nash <[email protected]>"]
description = "Builds from a packwiz project and distributes it to Modrinth and/or GitHub Releases."
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 012cf32

Please sign in to comment.