We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8b98e commit 8aa05beCopy full SHA for 8aa05be
1 file changed
.github/workflows/webpack.yml
@@ -28,7 +28,7 @@ jobs:
28
cd Build
29
npm install
30
31
- - name: Build project
+ - name: Run build script
32
run: |
33
- chmod +x ./Buildscripts/build.sh
34
- ./Buildscripts/build-all.sh
+ chmod +x Build/Buildscripts/build-all.sh
+ ./Build/Buildscripts/build-all.sh
0 commit comments