chore: Install zip using Scoop in release script

This commit is contained in:
Erik Svedäng 2020-12-20 14:49:11 +01:00
parent a83d598719
commit bae018aae2

View File

@ -27,6 +27,9 @@ jobs:
- name: Install Stack
run: scoop install stack
- name: Install Zip
run: scoop install zip
- uses: actions/cache@v1
name: Cache stack dependencies
with: