Skip to content

Commit

Permalink
[2.0.0] Fixed run workflow taking wrong jar
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke committed Jul 27, 2024
1 parent e99ba86 commit ce3e13f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ jobs:
run: ./gradlew build --stacktrace
- name: Create mods dir
run: mkdir -p run/mods
- name: List mod files
run: ls ${{ matrix.version.dir }}/build/libs
- name: Copy mod jar
run: cp ${{ matrix.version.dir }}/build/libs/hmc-specifics-${{ matrix.version.mc }}-*-${{ matrix.version.type }}.jar run/mods
run: cp ${{ matrix.version.dir }}/build/libs/hmc-specifics-${{ matrix.version.mc }}-*-${{ matrix.version.type }}-release.jar run/mods
- name: Run the MC client
uses: 3arthqu4ke/[email protected]
with:
Expand Down

0 comments on commit ce3e13f

Please sign in to comment.