Skip to content

Commit

Permalink
v16.19
Browse files Browse the repository at this point in the history
My advisors assure me that it won't blow up... this time
  • Loading branch information
ForbodingAngel committed Aug 12, 2021
1 parent b62a630 commit 0ac6e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .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 -r repo.sdz .
- run: zip repo.sdz * -x .git @
- uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -20,4 +20,3 @@ jobs:
asset_path: ./repo.sdz
asset_name: ${{ env.CI_REPOSITORY_NAME }}-${{ env.CI_REF_NAME }}.sdz
asset_content_type: application/zip
exclusions: '*.git*'
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.18',
version='v16.19',
mutator='Official',
game='Evolution RTS',
shortGame='EvoRTS',
Expand Down

0 comments on commit 0ac6e47

Please sign in to comment.