Skip to content

Commit

Permalink
Fix directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jordan committed Oct 25, 2023
1 parent db149ab commit 7758f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Move Output to Directory
run: |
mkdir distribution
mv build/dist/js/productionExecutable/* distribution/
mv webApp/build/dist/js/productionExecutable/* distribution/
# Commit and push the directory to a specified branch (e.g., "output-branch")
- name: Commit and Push to Branch
Expand Down

0 comments on commit 7758f22

Please sign in to comment.