Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
xfgversion
  • Loading branch information
MaddestHatter authored Dec 3, 2022
1 parent 1ec3b4d commit b8e9bbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
run: |
$build_folder = "build"
$release_folder = "Release"
$xfg_version = "${{ github.ref }}" -replace 'refs/tags/'
# $xfg_version = "${{ github.ref }}" -replace 'refs/tags/'
$sha = "${{ github.sha }}"
$xfg_version = $sha.SubString(0,7)
$release_name = "fuego-desktop-win64-v$xfg_version"
New-Item "$build_folder\$release_folder" -ItemType Directory
Expand Down

0 comments on commit b8e9bbe

Please sign in to comment.