Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed May 27, 2024
1 parent 3f0d5df commit 3a09570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uctags-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,12 +416,12 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: uctags---${{ matrix.target-arch }}-apk
path: uctags-*.${{ matrix.target-arch }}.apk
path: uctags-*-${{ matrix.target-arch }}.apk

- uses: actions/upload-artifact@v4
with:
name: uctags---${{ matrix.target-arch }}-apk-rsa-pub
path: uctags-*.${{ matrix.target-arch }}.apk.rsa.pub
path: uctags-*-${{ matrix.target-arch }}.apk.rsa.pub


pkg:
Expand Down

0 comments on commit 3a09570

Please sign in to comment.