We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942ea86 commit ecacc58Copy full SHA for ecacc58
1 file changed
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
config:
14
- - name: mobdap-jar
+ - name: mobdap.jar
15
os: ubuntu-24.04
16
profile: jar
17
- name: mobdap-linux-x86_64
@@ -65,7 +65,7 @@ jobs:
65
if: matrix.config.profile == 'jar'
66
uses: softprops/action-gh-release@v2
67
with:
68
- files: ${{ matrix.config.name }}.jar
+ files: ${{ matrix.config.name }}
69
70
- name: "compress unix: ${{ matrix.config.name }}"
71
if: matrix.config.profile == 'unix'
0 commit comments