Skip to content

Commit

Permalink
[1.0.7] fixed published artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke authored Jun 26, 2022
1 parent a7e31b1 commit 36bba33
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 36bba33

Please sign in to comment.