mirror of
https://github.com/JuniorDark/RustyHearts-Launcher.git
synced 2026-05-07 05:21:44 -04:00
Update release.yml
This commit is contained in:
parent
7849b2001a
commit
9fb4b4a6af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Get version from compiled assembly
|
- name: Get version from compiled assembly
|
||||||
id: version
|
id: version
|
||||||
run: |
|
run: |
|
||||||
$version = (Get-Command "./publish/RustyHearts-Launcher_framework-dependent/Launcher.dll").FileVersionInfo.FileVersion
|
$version = (Get-Command "./publish/RustyHearts-Launcher_self-contained/Launcher.dll").FileVersionInfo.FileVersion
|
||||||
echo "::set-output name=version::$version"
|
echo "::set-output name=version::$version"
|
||||||
|
|
||||||
# Create Release and Upload Assets using softprops/action-gh-release
|
# Create Release and Upload Assets using softprops/action-gh-release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue