Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 79d251d

Browse files
committed
ci: fix workflow script execution permissions
1 parent 7f4c2fa commit 79d251d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-skillpack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818

1919
steps:
2020
- name: Check out repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Validate skill catalog
24-
run: ./scripts/skillpack.sh --validate
24+
run: bash ./scripts/skillpack.sh --validate
2525

2626
- name: Build skillpack archive
27-
run: ./scripts/skillpack.sh --manifest=json
27+
run: bash ./scripts/skillpack.sh --manifest=json
2828

2929
- name: Upload skillpack artifact
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)