Fix env/shell for windows CLI build (#356)

bors r+
This commit is contained in:
Félix Saparelli 2022-06-28 13:40:21 +00:00
parent 94f4dd26c2
commit 1d2dd7b904
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ jobs:
mv target/**/*.rpm "$dst.rpm"
- name: Archive (zip)
if: startsWith(matrix.name, 'windows-')
shell: bash
run: 7z a "$dst.zip" "$dst"
- uses: actions/upload-artifact@v2