ci: we should just use bash for everything tbh

This commit is contained in:
itsmattkc
2020-09-16 16:59:08 +10:00
committed by GitHub
parent 889e8aadf4
commit 0d7a177ea1
-4
View File
@@ -24,10 +24,6 @@ jobs:
- name: Set package name
shell: bash
run: echo "::set-env name=PKGNAME::$(echo Olive-${GITHUB_SHA::8}-Windows-x86_64)"
- name: Test package name
shell: cmd
run: echo 'Package name is' %PKGNAME%
- uses: actions/checkout@v2