diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bfc9ab..78dc9ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,5 +138,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: fakehttp-linux-${{ matrix.name }} - path: build + path: build/fakehttp if-no-files-found: error diff --git a/Makefile b/Makefile index 76917ab..5b7d7bb 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif FAKEHTTP=$(BUILDDIR)/fakehttp ifeq ($(STATIC), 1) - override CFLAGS += -static + override LDFLAGS += -static endif all: $(FAKEHTTP)