Skip to content

Commit 781c061

Browse files
committed
converted to maven
1 parent 85d2bee commit 781c061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Download JAR from artifact
140140
uses: actions/download-artifact@v3
141141
with:
142-
name: ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}
142+
name: ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}.jar
143143
path: ${{ env.OUT_DIR }}
144144

145145
- name: Create Standalone for Ubuntu
@@ -179,7 +179,7 @@ jobs:
179179
- name: Download JAR from artifact
180180
uses: actions/download-artifact@v3
181181
with:
182-
name: ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}
182+
name: ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}.jar
183183
path: ${{ env.OUT_DIR }}
184184

185185
- name: Setup Java 17

0 commit comments

Comments
 (0)