mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2026-01-06 15:41:56 +00:00
build: fix release script
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -48,7 +48,6 @@ jobs:
|
|||||||
RELEASES_MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
|
RELEASES_MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
|
||||||
- name: '[Non-LTS - 1.21.1] Build 🛎️'
|
- name: '[Non-LTS - 1.21.1] Build 🛎️'
|
||||||
run: |
|
run: |
|
||||||
mkdir target
|
|
||||||
cd 1_21_1
|
cd 1_21_1
|
||||||
./gradlew clean build publish -Dforce-hide-version-meta=1
|
./gradlew clean build publish -Dforce-hide-version-meta=1
|
||||||
cp -rf target/* ../target/
|
cp -rf target/* ../target/
|
||||||
|
|||||||
Reference in New Issue
Block a user