Skip to content

Commit

Permalink
fix fabric assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed May 27, 2024
1 parent e8d722c commit 1eb6053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-create-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: shadowJar --stacktrace
arguments: shadowJar :fabric:assemble --stacktrace
- name: Create release
id: create_internal_release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 1eb6053

Please sign in to comment.