Skip to content

Commit ecacc58

Browse files
committed
fix jar path in publish script
1 parent 942ea86 commit ecacc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
config:
14-
- name: mobdap-jar
14+
- name: mobdap.jar
1515
os: ubuntu-24.04
1616
profile: jar
1717
- name: mobdap-linux-x86_64
@@ -65,7 +65,7 @@ jobs:
6565
if: matrix.config.profile == 'jar'
6666
uses: softprops/action-gh-release@v2
6767
with:
68-
files: ${{ matrix.config.name }}.jar
68+
files: ${{ matrix.config.name }}
6969

7070
- name: "compress unix: ${{ matrix.config.name }}"
7171
if: matrix.config.profile == 'unix'

0 commit comments

Comments
 (0)