Skip to content

Commit

Permalink
v16.20
Browse files Browse the repository at this point in the history
I'd like to point out that this plan is foolproof
  • Loading branch information
ForbodingAngel committed Aug 12, 2021
1 parent 0ac6e47 commit f66bf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: FranzDiebold/github-env-vars-action@v2.3.0
- run: sudo apt install -y zip
- run: zip repo.sdz * -x .git @
- run: zip -r repo.sdz * -x .git @
- uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion modinfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ return {
name='Evolution RTS -',
description='EvoRTS',
shortname='EvoRTS',
version='v16.19',
version='v16.20',
mutator='Official',
game='Evolution RTS',
shortGame='EvoRTS',
Expand Down

0 comments on commit f66bf35

Please sign in to comment.