Skip to content

Commit 8aa05be

Browse files
authored
Update webpack.yml
1 parent dd8b98e commit 8aa05be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/webpack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cd Build
2929
npm install
3030
31-
- name: Build project
31+
- name: Run build script
3232
run: |
33-
chmod +x ./Buildscripts/build.sh
34-
./Buildscripts/build-all.sh
33+
chmod +x Build/Buildscripts/build-all.sh
34+
./Build/Buildscripts/build-all.sh

0 commit comments

Comments
 (0)