We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbbb25 commit 1d479eeCopy full SHA for 1d479ee
.github/workflows/ci.yml
@@ -32,11 +32,11 @@ jobs:
32
if: github.event_name == 'push' || github.event_name == 'pull_request'
33
with:
34
name: Confictura (zipped)
35
- path: build/libs/ModTemplate.jar
+ path: build/libs/MeepscCont.jar
36
if-no-files-found: error
37
compression-level: 0
38
- name: Upload built mod artifact into release
39
uses: softprops/action-gh-release@v2
40
if: github.event_name == 'release' && github.event.action == 'created'
41
42
- files: build/libs/ModTemplate.jar
+ files: build/libs/MeepscCont.jar
0 commit comments