Skip to content

Commit 3cbb3d1

Browse files
committed
Fix CI
1 parent 2cc0057 commit 3cbb3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
echo "GIT_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
2525
2626
- name: Build deb packages
27-
run: script/make_deb.sh build
27+
run: scripts/make_deb.sh build
2828

2929
- name: Check deb packages
30-
run: script/make_deb.sh check
30+
run: scripts/make_deb.sh check
3131

3232
- name: Publish release
3333
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)