Update artifact path in GitHub Workflow

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:
Ian Wijma 2023-11-19 15:43:47 +11:00
parent 6b2362c541
commit 4a13dd9fb2
1 changed files with 1 additions and 1 deletions
.github/workflows

View File

@ -15,4 +15,4 @@ jobs:
run: npm run build run: npm run build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
path: bin path: out