Skip to content

Commit

Permalink
chore(ci): fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad committed Oct 25, 2024
1 parent 8a6b9d2 commit cfef393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Build Termux deb package
shell: bash
run: ./build_deb -v ${version} -a ${arch}
run: ./build_deb.sh -v ${version} -a ${arch}

- name: Upload Termux deb package artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cfef393

Please sign in to comment.