Skip to content

Commit

Permalink
fix(ci): Update artifact path + Rename deploy-preview.yml to deploy.yml
Browse files Browse the repository at this point in the history
- Updated the artifact path in the build-package-web workflow to point to the correct directory.
- Renamed the deploy-preview.yml file to deploy.yml for consistency.
  • Loading branch information
SakuraIsayeki committed Feb 8, 2024
1 parent 8d7d5eb commit de7e630
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact_name }}
path: ./wowskarma.app/dist
path: ./wowskarma.app/dist/wowskarma.app
File renamed without changes.

0 comments on commit de7e630

Please sign in to comment.