minor
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user