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 b56b7bb commit f910b47Copy full SHA for f910b47
.github/workflows/ci.yml
@@ -37,11 +37,6 @@ jobs:
37
env:
38
MAVEN_USER: ${{ secrets.MAVEN_USER }}
39
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
40
- - name: Upload build artifacts
41
- uses: actions/upload-artifact@v4
42
- with:
43
- name: Linux x86-64 Natives
44
- path: native/build/libs/UnityTranslateLib-*.jar
45
build-windows:
46
environment: UnityTranslate Build
47
runs-on: windows-latest
@@ -71,9 +66,4 @@ jobs:
71
66
run: ./gradlew :native:publish
72
67
73
68
74
- MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
75
76
77
78
- name: Windows x86-64 Natives
79
69
+ MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
0 commit comments