Skip to content

Commit

Permalink
fix wrong release files patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
wendavid552 committed Sep 22, 2024
1 parent b278522 commit 3a81cda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
prerelease: true
files: |
LICENSE
fabricWrapper/build/libs/*.jar
fabricWrapper/build/tmp/submods/META-INF/jars/*.jar
versions/*/build/libs/!(*-@(dev|sources|shadow)).jar
name: "[CI#${{ github.run_number }}]${{ steps.mod_info.outputs.mod_name }} ${{ steps.mod_info.outputs.mod_version }}.${{ steps.get_commit_count.outputs.commit_count }}+${{ steps.get_short_sha.outputs.short_sha }}"
tag_name: "${{ github.ref_name }}.${{ github.run_number }}"
target_commitish: ${{ github.event.ref }}
Expand Down

0 comments on commit 3a81cda

Please sign in to comment.