Skip to content

Commit

Permalink
Release action does not use makefil for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zomglings committed Jan 14, 2024
1 parent 831b079 commit 654854a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ jobs:
if [ "$GOOS" = "windows" ]; then
EXTENSION=".exe"
fi
make
mkdir "$BUILD_DIR"
cp README.md "$BUILD_DIR/README.md"
mv ./seer "$BUILD_DIR/seer${EXTENSION}"
go build -o "$BUILD_DIR/seer${EXTENSION}" ./...
zip -r "$BUILD_DIR.zip" "$BUILD_DIR"
- name: Upload release asset for each valid (GOOS, GOARH) pair
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 654854a

Please sign in to comment.