We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc0057 commit 3cbb3d1Copy full SHA for 3cbb3d1
1 file changed
.github/workflows/package.yml
@@ -24,10 +24,10 @@ jobs:
24
echo "GIT_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
25
26
- name: Build deb packages
27
- run: script/make_deb.sh build
+ run: scripts/make_deb.sh build
28
29
- name: Check deb packages
30
- run: script/make_deb.sh check
+ run: scripts/make_deb.sh check
31
32
- name: Publish release
33
uses: softprops/action-gh-release@v1
0 commit comments