From 3c683f026c964187ba68e1975096c829d31e1660 Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Thu, 11 Apr 2024 20:09:35 +0530 Subject: [PATCH] Dont recreate control and sql files --- .github/workflows/buildimage.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/buildimage.yml b/.github/workflows/buildimage.yml index c3b7c233..5b464151 100644 --- a/.github/workflows/buildimage.yml +++ b/.github/workflows/buildimage.yml @@ -238,20 +238,6 @@ jobs: path: build-Darwin/steampipe_postgres_fdw.so.darwin_arm64.gz if-no-files-found: error - - name: Save steampipe_postgres_fdw.control # only need this once for ALL platforms - uses: actions/upload-artifact@v4 - with: - name: steampipe_postgres_fdw.control - path: ./fdw/steampipe_postgres_fdw.control - if-no-files-found: error - - - name: Save steampipe_postgres_fdw--1.0.sql # only need this once for ALL platforms - uses: actions/upload-artifact@v4 - with: - name: steampipe_postgres_fdw--1.0.sql - path: ./fdw/steampipe_postgres_fdw--1.0.sql - if-no-files-found: error - build-linux: name: Build for Linux x86_64 runs-on: ubuntu-20.04