Skip to content

Commit

Permalink
ci: Fix file name matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubik65536 authored Sep 4, 2023
1 parent 4e7a74c commit 136e299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
#curseforge-id: 903236
#curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
# Universal Configurations
files: build/libs/*-@(beta).jar
files:
build/libs/*-@(beta).jar
build/libs/*-@(beta)*@(ci)*[0123456789].jar

name: "${{ steps.get_mod_info.outputs.mod_name }} Pre-Release ${{ steps.get_mod_info.outputs.mod_version }}.${{ steps.get_commit_count.outputs.commit_count }}+${{ steps.get_commit_sha.outputs.short_sha }}.github.ci.${{ github.run_number }}"
version: "${{ steps.get_mod_info.outputs.mod_version }}-beta.${{ steps.get_commit_count.outputs.commit_count }}+${{ steps.get_commit_sha.outputs.short_sha }}.github.ci.${{ github.run_number }}"
Expand Down

0 comments on commit 136e299

Please sign in to comment.