We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7dd89 commit ff078caCopy full SHA for ff078ca
1 file changed
.github/workflows/build.yml
@@ -28,6 +28,7 @@ jobs:
28
env:
29
REPO: self
30
BRANCH: deploy
31
- FOLDER: ./build
+ FOLDER: build
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- MESSAGE: "Build: ({sha}) {msg}"
+ MESSAGE: "Build: ({sha}) {msg}"
34
+ TARGET_DIR: build
0 commit comments