Skip to content

Commit 1d479ee

Browse files
committed
fix workflow
1 parent fcbbb25 commit 1d479ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
if: github.event_name == 'push' || github.event_name == 'pull_request'
3333
with:
3434
name: Confictura (zipped)
35-
path: build/libs/ModTemplate.jar
35+
path: build/libs/MeepscCont.jar
3636
if-no-files-found: error
3737
compression-level: 0
3838
- name: Upload built mod artifact into release
3939
uses: softprops/action-gh-release@v2
4040
if: github.event_name == 'release' && github.event.action == 'created'
4141
with:
42-
files: build/libs/ModTemplate.jar
42+
files: build/libs/MeepscCont.jar

0 commit comments

Comments
 (0)