Fix GitHub Actions artifact upload for GHES compatibility
All checks were successful
Lint and Build / build (pull_request) Successful in 3m0s
All checks were successful
Lint and Build / build (pull_request) Successful in 3m0s
- Downgrade upload-artifact from v4 to v3 for GHES compatibility - Remove include-hidden-files parameter (not available in v3) GHES doesn't support the newer v4 actions yet. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
450b6d6044
commit
2c92baa0a1
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ jobs:
|
|||
run: npm run build
|
||||
|
||||
- name: Upload Build Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: obs-ss-build
|
||||
include-hidden-files: 'true'
|
||||
path: ./.next/*
|
Loading…
Add table
Add a link
Reference in a new issue