Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnVN committed Dec 29, 2024
1 parent 81e228b commit b2e43e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:

- name: Release
run: |
gh release upload release --clobber build/libs/autumn-1.0.0.jar
gh release upload release --clobber build/libs/autumn-1.21.4.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.21.4+build.2
loader_version=0.16.9

# Mod Properties
mod_version=1.0.0
mod_version=1.21.4
maven_group=autumnvn.autumn
archives_base_name=autumn

Expand Down

0 comments on commit b2e43e6

Please sign in to comment.