Skip to content

Commit

Permalink
Dont recreate control and sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Apr 11, 2024
1 parent 893eeb2 commit 3c683f0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/buildimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c683f0

Please sign in to comment.