Browse Source

Fix zip command in CI

master 2.0a
Abheek Dhawan 3 years ago
parent
commit
0ce5d1f42d
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 2
      .woodpecker/release.yml

2
.woodpecker/release.yml

@ -4,7 +4,7 @@ pipeline:
commands: commands:
- apk update - apk update
- apk add zip - apk add zip
- zip -r StatTrak.zip {dlc,mods,bin}/ - zip -r StatTrak.zip dlc mods bin
when: when:
event: tag event: tag

Loading…
Cancel
Save