We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bdeba commit 3f45415Copy full SHA for 3f45415
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
architecture: ${{ matrix.python-architecture }}
37
- name: Append build hash if not a tagged commit
38
if: startsWith(github.ref, 'refs/tags/v') != true
39
- run: echo "BUILD_COMMIT_HASH=${{github.sha}}" >> $GITHUB_ENV
+ run: echo "BUILD_COMMIT_HASH=${{github.sha}}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
40
- name: Install dependencies
41
run: |
42
python -m pip install --upgrade pip
0 commit comments