Skip to content

Commit

Permalink
Fix automatic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix committed Dec 15, 2023
1 parent e16d18b commit 8badd90
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 @@ -56,8 +56,8 @@ jobs:
mkdir -p builds/compressed
go install github.com/mitchellh/gox@latest
cd saveshare
gox --output "../../builds/saveshare-{{.OS}}-{{.Arch}}" -osarch 'darwin/amd64 linux/amd64 windows/amd64'
cd ../../builds
gox --output "../builds/saveshare-{{.OS}}-{{.Arch}}" -osarch 'darwin/amd64 linux/amd64 windows/amd64'
cd ../builds
find . -maxdepth 1 -type f -execdir zip 'compressed/{}.zip' '{}' \;
- name: Upload Binaries
Expand Down

0 comments on commit 8badd90

Please sign in to comment.