Skip to content

Commit b9ecb8e

Browse files
committed
correctly name workflow output
1 parent 1d479ee commit b9ecb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/upload-artifact@v4
3232
if: github.event_name == 'push' || github.event_name == 'pull_request'
3333
with:
34-
name: Confictura (zipped)
34+
name: MeepscCont (zipped)
3535
path: build/libs/MeepscCont.jar
3636
if-no-files-found: error
3737
compression-level: 0

0 commit comments

Comments
 (0)