We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d632484 commit 059e220Copy full SHA for 059e220
.github/workflows/publication.yml
@@ -21,8 +21,8 @@ jobs:
21
env:
22
IS_PUBLICATION: true
23
run: |
24
- git clone -b maven https://github.com/ZekerZhayard/ForgeWrapper.git ./build/maven
25
- rm -rf ./build/maven/.git/*
+ # git clone -b maven https://github.com/ZekerZhayard/ForgeWrapper.git ./build/maven
+ # rm -rf ./build/maven/.git/*
26
chmod +x ./gradlew
27
./gradlew publish -iS
28
- uses: actions/upload-artifact@v4
@@ -53,8 +53,8 @@ jobs:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
with:
55
asset_paths: '["./build/libs/*"]'
56
- - name: Upload to Maven
57
- uses: JamesIves/[email protected]
58
- with:
59
- branch: maven
60
- folder: build/maven
+ # - name: Upload to Maven
+ # uses: JamesIves/[email protected]
+ # with:
+ # branch: maven
+ # folder: build/maven
0 commit comments