Skip to content

Commit a5cc3b2

Browse files
Fix directory not found in CI
1 parent 92eaa1c commit a5cc3b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Build zClipboard
3030
shell: bash
3131
run: |
32-
./scripts/ci_linux.sh release-build
32+
cd scripts
33+
./ci_linux.sh release-build
3334
3435
- name: Upload Release
3536
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)