fix CD on windows like done for CI previously

This commit is contained in:
Stephan Dilly 2020-07-29 23:00:10 +02:00
parent ddd11156c6
commit 1ac8ee6e4f

View File

@ -14,6 +14,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: WSL Setup
if: matrix.os == 'windows-latest'
run: |
choco install wsl-ubuntu-1804
- name: Get version
id: get_version
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}