Skip to content

Commit f215be1

Browse files
update github workflows
1 parent f474bfd commit f215be1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
5151
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
5252

53+
- name: Delete common and modded artifacts, don't wanna confuse anybody with em
54+
run: rm -rf common/build/libs modded/build/libs modded/*/build/libs
55+
5356
- name: Upload build artifacts
5457
uses: actions/upload-artifact@v4
5558
with:

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
6161
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
6262

63+
- name: Delete common and modded artifacts, don't wanna confuse anybody with em
64+
run: rm -rf common/build/libs modded/build/libs modded/*/build/libs
65+
6366
- name: Upload to GitHub
6467
uses: softprops/action-gh-release@v2
6568
with:

0 commit comments

Comments
 (0)