Skip to content

Commit 3f45415

Browse files
committed
Windows environment variable set
1 parent f4bdeba commit 3f45415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
architecture: ${{ matrix.python-architecture }}
3737
- name: Append build hash if not a tagged commit
3838
if: startsWith(github.ref, 'refs/tags/v') != true
39-
run: echo "BUILD_COMMIT_HASH=${{github.sha}}" >> $GITHUB_ENV
39+
run: echo "BUILD_COMMIT_HASH=${{github.sha}}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)