Skip to content

Commit

Permalink
Build windows-startup for windows installer (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty authored Dec 20, 2023
1 parent 9ba7fd7 commit c555846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ jobs:
ldflags="-s -w -X main.version=${{ github.ref_name }} -X main.commit=${{ github.sha }} -X main.date=$commitDate"
go build -trimpath -ldflags ''"$ldflags"'' -o cloudfuse.exe
go build -trimpath -ldflags ''"$ldflags"'' -o cfusemon.exe ./tools/health-monitor/
go build -trimpath -ldflags ''"$ldflags"'' -o windows-startup.exe ./tools/windows-startup/
touch -m -d $commitDate cloudfuse.exe
touch -m -d $commitDate cfusemon.exe
touch -m -d $commitDate windows-startup.exe
- # Get the WinFSP installer (from cache or download)
name: Get cached WinFSP installer
id: restore-winfsp-installer
Expand Down

0 comments on commit c555846

Please sign in to comment.