Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Nov 5, 2023
1 parent 2cc0057 commit 3cbb3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
echo "GIT_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: Build deb packages
run: script/make_deb.sh build
run: scripts/make_deb.sh build

- name: Check deb packages
run: script/make_deb.sh check
run: scripts/make_deb.sh check

- name: Publish release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3cbb3d1

Please sign in to comment.