Skip to content

Commit

Permalink
Update build-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
This-is-XiaoDeng authored Dec 16, 2023
1 parent 9097239 commit 8ec9c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: "Write version number"
run: |
Add-Content -Path "version.py" -Value "SUB_VER = `$env:SUB_VER"
Add-Content -Path "version.py" -Value "SUB_VER = `$env:SUB_VER`"
Get-Content version.py
env:
SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }}
Expand Down

0 comments on commit 8ec9c32

Please sign in to comment.