diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cab8369b..9473a1acc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/modinfo.lua b/modinfo.lua index 38cd39ab1..8172926a8 100644 --- a/modinfo.lua +++ b/modinfo.lua @@ -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',