Skip to content

Commit

Permalink
remove netlify build from release, since it can only be used from git…
Browse files Browse the repository at this point in the history
… workflow anyway
  • Loading branch information
mrjvs committed Jan 8, 2024
1 parent 259b7bf commit de07b48
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Build for AWS
run: pnpm build:aws && cd .output/server && zip -r ../../lambda.zip .

- name: Build for Netlify edge
run: pnpm build:netlify && cd .output/server && zip -r ../../netlify.zip .

- name: Build for Node
run: pnpm build:node && cd .output/server && zip -r ../../nodejs.zip .

Expand Down Expand Up @@ -73,16 +70,6 @@ jobs:
asset_name: simple-proxy-aws-lambda.zip
asset_content_type: application/zip

- name: Upload Netlify build
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./netlify.zip
asset_name: simple-proxy-netlify-edge.zip
asset_content_type: application/zip

- name: Upload Node build
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit de07b48

Please sign in to comment.