Skip to content

Commit

Permalink
another workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewperiut committed Nov 7, 2024
1 parent 789c757 commit d8dcd38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:

github-token: ${{ secrets.GITHUB_TOKEN }}

version: '[${{ matrix.mod-loader }} ${{ steps.versions.outputs.minecraft-version }}] ${{ steps.versions.outputs.mod-version }}'
name: '[${{ steps.versions.outputs.minecraft-version }}] ${{ matrix.mod-loader }} ${{ steps.versions.outputs.mod-version }}'
version: '${{ matrix.mod-loader }}-${{ steps.versions.outputs.minecraft-version }}-${{ steps.versions.outputs.mod-version }}'

files: |
${{ matrix.mod-loader }}/build/libs/!(*-@(sources|dev|dev-shadow|javadoc).jar)
Expand Down

0 comments on commit d8dcd38

Please sign in to comment.