Skip to content

Commit

Permalink
release v0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Sep 2, 2022
1 parent a3d34c6 commit fef9053
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_pyromod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
zip -r ${HOME}/${MOD_NAME}-${MOD_VERSION}.zip . -x .git\*
mv ${HOME}/${MOD_NAME}*.zip $PWD
cp ${MOD_NAME}-${MOD_VERSION}.zip ${MOD_NAME}-${MOD_VERSION}.pyromod
- name: Deploy PyroMod
- name: Release PyroMod
uses: ncipollo/release-action@v1
with:
allowUpdates: True
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022-09-02

* release v0.26.2

2022-08-31

* Increase resistance and hp
Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "kush-extreme",
"version": "0.26.1999",
"version": "0.26.2",
"label": "kush-extreme",
"description": "Makes the Kushites very OP",
"dependencies": [
"0ad=0.0.26"
],
"url": "https://github.com/0ad-matters/single-civ-extreme",
"url": "https://github.com/0ad-matters/kush-extreme",
"author_name": "Andy Alt",
"author_profile": "https://github.com/andy5995"
}

0 comments on commit fef9053

Please sign in to comment.