Skip to content

Commit

Permalink
fix filename pattern error
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Dec 1, 2024
1 parent 5e2ec4f commit 826855c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/uctags-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,13 +530,13 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: uctags---${{ matrix.target-arch }}-apk
path: uctags-*-${{ matrix.target-arch }}.apk
name: uctags---${{ matrix.target-arch }}.release.apk
path: uctags-*-${{ matrix.target-arch }}.release.apk

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


pkg:
Expand Down

0 comments on commit 826855c

Please sign in to comment.