Skip to content

Commit

Permalink
ci: release 15.17.0+fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinsnowdh committed Oct 26, 2024
1 parent d43664f commit 969fb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build with Gradle Wrapper
run: |
cd 1.17-1.17.1-fabric/
cd 24w14a-1.21.1-fabric/
chmod +x gradlew
./gradlew build
env:
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: 1.17-1.17.1-fabric/build/libs/*.jar
files: 24w14a-1.21.1-fabric/build/libs/*.jar

0 comments on commit 969fb29

Please sign in to comment.