mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 13:16:06 -06:00
ci: remove unnecessary build artifact upload step
Remove the upload-artifacts step from the CI workflow as it was not being utilized and adds unnecessary complexity to the pipeline.
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -125,16 +125,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
|
||||||
- name: Upload build artifacts
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: next-build
|
|
||||||
path: |
|
|
||||||
.next/
|
|
||||||
out/
|
|
||||||
retention-days: 7
|
|
||||||
if-no-files-found: warn
|
|
||||||
|
|
||||||
# Security scanning
|
# Security scanning
|
||||||
security:
|
security:
|
||||||
name: Security Scan
|
name: Security Scan
|
||||||
|
|||||||
Reference in New Issue
Block a user