Update release.yml

This commit is contained in:
恍兮惚兮 2024-04-27 20:46:50 +08:00
parent be0df1391b
commit f511f4fdb6

View File

@ -42,9 +42,7 @@ jobs:
- name: loadversion
id: loadversion
run: |
python build.py loadversion >version.txt
set /p GITHUB_OUTPUT=<version.txt
run: python build.py loadversion | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
- name: Release LunaTranslator
uses: softprops/action-gh-release@v2
with: