Skip to content

Commit

Permalink
Proper artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Jan 22, 2025
1 parent f272ab7 commit 72fd985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
uses: actions/upload-artifact@v4
if: github.event_name == 'push' || github.event_name == 'pull_request'
with:
name: Confictura (zipped)
path: build/libs/ModTemplate.jar
name: FunnyRock (zipped)
path: build/libs/FunnyRock.jar
if-no-files-found: error
compression-level: 0
- name: Upload built mod artifact into release
uses: softprops/action-gh-release@v2
if: github.event_name == 'release' && github.event.action == 'created'
with:
files: build/libs/ModTemplate.jar
files: build/libs/FunnyRock.jar
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ modGenSrc = moyai.entities.comp
# The mod's generated sources package.
modGen = moyai.gen
# The mod's JAR file name. Desktop build is suffixed with `Desktop`.
modArtifact = VineBoom
modArtifact = FunnyRock

# EntityAnno version, for integrating syntax-downgrader and entity annotation processor.
# The exact version you need should be looked up on the project's `README.md`
Expand Down

0 comments on commit 72fd985

Please sign in to comment.