Update artifact path in GitHub Workflow
Keep Running / Build (push) Successful in 49s
Details
Keep Running / Build (push) Successful in 49s
Details
The artifact path in the GitHub Actions workflow has been updated from 'bin' to 'out'. This alteration occurs in order to match the new directory structure after the build process, ensuring that the correct files are being archived after each workflow run.
This commit is contained in:
parent
6b2362c541
commit
4a13dd9fb2
|
@ -15,4 +15,4 @@ jobs:
|
|||
run: npm run build
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: bin
|
||||
path: out
|
||||
|
|
Loading…
Reference in New Issue