Skip to content

Commit

Permalink
make complete path
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Junior <[email protected]>
  • Loading branch information
ffmjunior authored Apr 3, 2023
1 parent 1006a01 commit 92cf617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
# goversioninfo.exe -ver-major $Env:VERSION_PARTS[0] -ver-minor $Env:VERSION_PARTS[1] -ver-patch $Env:VERSION_PARTS[2] -product-version $Env:EXPORTER_VER -platform-specific
goversioninfo.exe -ver-major $Env:VERSION_PARTS[0] -ver-minor 1 -ver-patch $Env:VERSION_PARTS[2] -product-version $Env:EXPORTER_VER -platform-specific
make crossbuild
& 'C:\Program Files (x86)\GnuWin32\bin\make.exe' crossbuild
# '+' symbols are invalid characters in image tags
(Get-Content -Path VERSION) -replace '\+', '_' | Set-Content -Path VERSION
make build-all
& 'C:\Program Files (x86)\GnuWin32\bin\make.exe' build-all
# GH requires all files to have different names, so add version/arch to differentiate
foreach($Arch in "amd64", "arm64","386") {
Move-Item output\$Arch\windows_exporter.exe output\windows_exporter-$Version-$Arch.exe
Expand Down

0 comments on commit 92cf617

Please sign in to comment.