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 a55fc29 commit e52902a
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 @@ -92,7 +92,7 @@ jobs:

- name: Build Termux deb package
shell: bash
run: ./build_deb.sh -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 e52902a

Please sign in to comment.