We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d2bee commit 781c061Copy full SHA for 781c061
.github/workflows/main.yml
@@ -139,7 +139,7 @@ jobs:
139
- name: Download JAR from artifact
140
uses: actions/download-artifact@v3
141
with:
142
- name: ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}
+ name: ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}.jar
143
path: ${{ env.OUT_DIR }}
144
145
- name: Create Standalone for Ubuntu
@@ -179,7 +179,7 @@ jobs:
179
180
181
182
183
184
185
- name: Setup Java 17
0 commit comments