Skip to content

Commit f3d47d0

Browse files
committed
You have an error in your yaml syntax on line 40
1 parent 7cc41c6 commit f3d47d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/upload-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
uses: actions/checkout@v4
3838
- name: gosa build
3939
run: |
40-
DEPBO_DIR="${{ steps.find-depbo.outputs.depbo-dir }}"
41-
export PATH="$DEPBO_DIR/bin:$PATH"
42-
export LD_LIBRARY_PATH="$DEPBO_DIR/lib:$LD_LIBRARY_PATH"
43-
bash ./tools/build_pbo_linux.sh -ltza
40+
DEPBO_DIR="${{ steps.find-depbo.outputs.depbo-dir }}"
41+
export PATH="$DEPBO_DIR/bin:$PATH"
42+
export LD_LIBRARY_PATH="$DEPBO_DIR/lib:$LD_LIBRARY_PATH"
43+
bash ./tools/build_pbo_linux.sh -ltza
4444
4545
- name: gosa clean
4646
run: rm -rf arma-glowing-octo-shame/*workshop*

0 commit comments

Comments
 (0)