Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-26 23:15:16 -04:00 committed by GitHub
parent ba43ef53ef
commit 59933553bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,8 +75,8 @@ jobs:
- name: Get version tag - name: Get version tag
shell: pwsh shell: pwsh
run: | run: |
set VERSION=$(cat VERSION) $version = Get-Content -Path "VERSION"
echo "VERSION=$VERSION" >> $GITHUB_ENV echo "VERSION=$version" >> $env:GITHUB_ENV
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2