Skip to content

Commit 781e0ef

Browse files
Copy act.linux64 to act.linux
1 parent 3c7879e commit 781e0ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Build/build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ echo "Build act.arm.linux64"
5555
go build -o ..\act.arm.linux64 %Sources%
5656

5757
copy ..\act.win64.exe ..\act.exe /Y
58+
copy ..\act.linux64 ..\act.linux /Y
5859

5960
cd %startingDir%

Build/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ echo "Build act.linux64"
2222
export GOOS="linux"
2323
export GOARCH="amd64"
2424
go build -o ../act.linux64 $Sources
25+
cp ../act.linux64 ../act.linux
2526

2627
echo "Build act.linux32"
2728
export GOOS="linux"

0 commit comments

Comments
 (0)