Skip to content

Commit 4a3eb01

Browse files
Fix Shell script path in build step
1 parent 740ef86 commit 4a3eb01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build zClipboard
3030
shell: bash
3131
run: |
32-
./ci_linux.sh release-build
32+
./scripts/ci_linux.sh release-build
3333
3434
- name: Upload Release
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)