Skip to content

Commit

Permalink
Merge pull request #11 from 3arthqu4ke/1.0.7-publish-fix
Browse files Browse the repository at this point in the history
[1.0.7] fixed published artifact
  • Loading branch information
3arthqu4ke authored Jun 26, 2022
2 parents a7e31b1 + 36bba33 commit 015fe4f
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,20 @@ jobs:
- name: List files
run: ls

- name: Upload a Build Artifact
- name: Publish jars
uses: actions/upload-artifact@v3
with:
name: HeadlessMc
path: |
./build/libs/headlessmc-*.jar
./headlessmc-scripts/hmc
./headlessmc-scripts/hmc.bat
path: ./build/libs/headlessmc-*.jar

- name: Publish shell script
uses: actions/upload-artifact@v3
with:
name: HeadlessMc
path: ./headlessmc-scripts/hmc

- name: Publish bat script
uses: actions/upload-artifact@v3
with:
name: HeadlessMc
path: ./headlessmc-scripts/hmc.bat

0 comments on commit 015fe4f

Please sign in to comment.