This commit is contained in:
2026-03-13 12:09:20 +01:00
parent d10647d1e2
commit 2af0c36172

View File

@@ -151,9 +151,10 @@ jobs:
$tag = $tag.Trim()
"RELEASE_TAG=$tag" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Build with pyinstaller
shell: powershell
run: |
micromamba activate eos_build
echo "Set tag to ${{ env.RELEASE_TAG }}"
echo "Set tag to $env:RELEASE_TAG"
#pyinstaller windows_build.spec
#cd dist\eos
#Compress-Archive -Path .\* -Destination "..\..\eos-${{ env.RELEASE_TAG }}.zip"