Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Mar 11, 2024
1 parent 51dc132 commit 116b363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fabric
quilt
game-versions: ${{ steps.gradle_props.outputs.minecraft_version_range_fabric }}
game-versions: ${{ steps.gradle_props.outputs.minecraft_version_range }}
game-version-filter: releases

dependencies: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
fabric/build/libs/artifality-${{ github.event.release.tag_name }}.jar
fabric/build/libs/artifality-${{ github.event.release.tag_name }}-sources.jar
name: ${{ github.event.release.tag_name }}+fabric
name: ${{ github.event.release.tag_name }}
version: ${{ github.event.release.tag_name }}+fabric

version-type: beta
loaders: |
fabric
quilt
game-versions: ${{ steps.gradle_props.outputs.minecraft_version_range_fabric }}
game-versions: ${{ steps.gradle_props.outputs.minecraft_version_range }}
game-version-filter: releases

dependencies: |
Expand Down

0 comments on commit 116b363

Please sign in to comment.