fix env setting on windows

develop
Myk Taylor 2023-08-03 04:24:23 -07:00
parent 819cd53e1d
commit 59a2d3a524
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -49,7 +49,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Set env
run: echo "DF_FOLDER=DF" >> $GITHUB_ENV
run: echo "DF_FOLDER=DF" >> $env:GITHUB_ENV
- name: Clone DFHack
uses: actions/checkout@v3
with: