Skip to content

Commit

Permalink
New glob
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspianDev authored Jan 28, 2023
1 parent e4392ab commit 355b181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: jmgilman/[email protected]
with:
method: md5
patterns: build/libs/AntiPopup-*.jar
patterns: build/libs/AntiPopup-???.jar

- name: upload file on release
uses: Fhwang0926/[email protected]
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Upload artifacts & release assets
uses: nanoufo/[email protected]
with:
path: build/libs/AntiPopup-*.jar
path: build/libs/AntiPopup-???.jar
release-upload-url: ${{ steps.release.outputs.upload_url }}
upload-release-files: true
env:
Expand Down

0 comments on commit 355b181

Please sign in to comment.