Skip to content

Commit

Permalink
Update gothub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai authored Apr 20, 2024
1 parent 097c76d commit 6f079c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gothub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
mv gothub_windows_x86_64.exe ../
mv views/ ../../
mv static/ ../../
mv public/ ../../
cd ../../
tar -czvf gothub_linux_x86_64.tar.gz gothub/gothub_linux_x86_64 gothub/views gothub/static
zip gothub_windows_x86_64.zip gothub/gothub_windows_x86_64.exe gothub/views/* gothub/static/*
tar -czvf gothub_linux_x86_64.tar.gz gothub/gothub_linux_x86_64 gothub/views gothub/public
zip gothub_windows_x86_64.zip gothub/gothub_windows_x86_64.exe gothub/views/* gothub/public/*
mv gothub_linux_x86_64.tar.gz binaries/
mv gothub_windows_x86_64.zip binaries/
rm -fr gothub/
Expand Down

0 comments on commit 6f079c1

Please sign in to comment.