Skip to content

Commit aedac28

Browse files
committed
Update name
1 parent a354cdc commit aedac28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/WeiduModPackager.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# WeiDU Mod Package Builder by Argent77
1+
# WeiDU Mod Packager by Argent77
22
# See: https://github.com/InfinityTools/WeiduModPackager
33

4-
name: 'WeiDU Mod Package Builder (iemod; win/lin/mac: amd64; use tp2 VERSION suffix)'
4+
name: 'WeiDU Mod Packager (iemod; win/lin/mac: amd64; use tp2 VERSION suffix)'
55

66
on:
77
release:

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WeiDU Mod Package Builder
1+
# WeiDU Mod Packager
22
*A GitHub action that automates creation of WeiDU mod packages.*
33

44
## Overview
@@ -36,7 +36,7 @@ It uses the tp2 filename as package names and uses the mod's own tp2 `VERSION` s
3636

3737
This repository contains several preconfigured workflows for use in your own mods. To do this select the desired branch from the dropdown list and download the code by clicking on "Code" > Download ZIP. Unpack the downloaded zip file and copy the `.github` folder to the root folder of your own mod project.
3838

39-
Alternatively, select "Add file" > Create new file, enter `.github/workflows/WeiduPackageBuilder.yml` into the filename input field (do not skip the leading dot `.`) and copy-paste the content of ".github/workflows/WeiduPackageBuilder.yml" from the unpacked zip file. Finally, commit the changes to your project.
39+
Alternatively, select "Add file" > Create new file, enter `.github/workflows/WeiduModPackager.yml` into the filename input field (do not skip the leading dot `.`) and copy-paste the content of ".github/workflows/WeiduModPackager.yml" from the unpacked zip file. Finally, commit the changes to your project.
4040

4141
The action is invoked automatically whenever a new release is published. It can take a few moments for the mod packages to appear on the release page. Details about the mod package generation process can be inquired on the "Actions" page.
4242

@@ -48,7 +48,7 @@ To create your own workflow you can either use one of preconfigured templates an
4848

4949
This is a basic workflow file as yaml script:
5050
```yaml
51-
name: 'My own WeiDU Mod Package Builder'
51+
name: 'My own WeiDU Mod Packager'
5252

5353
on:
5454
# Trigger this action whenever a release is published.

0 commit comments

Comments
 (0)