Skip to content

Commit

Permalink
chore(ci): fix upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad committed Oct 25, 2024
1 parent 7f8b820 commit 37d8957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
run: ./build_deb -v ${{ version }} -a ${{ arch }}

- name: Upload Termux deb package artifact
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}
path: ./deb/termux-clock_${{ version }}_${{ arch }}.deb
Expand Down

0 comments on commit 37d8957

Please sign in to comment.