Skip to content

Commit

Permalink
ci: Just testing artifact reuse and dynamic matrix exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Oct 23, 2024
1 parent 6536443 commit 4ad1a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
loader: ${{ toJson([
loader: ${{ fromJson(toJson([
'common',
inputs.fabric && 'fabric' || null,
inputs.forge && 'forge' || null,
inputs.neoforge && 'neoforge' || null
] | compact) }}
])) }}
site: [ curseforge, modrinth, publish ]
exclude:
- loader: common
Expand Down

0 comments on commit 4ad1a78

Please sign in to comment.