Skip to content

Commit f910b47

Browse files
committed
Avoid making DLLs available on GitHub
1 parent b56b7bb commit f910b47

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
env:
3838
MAVEN_USER: ${{ secrets.MAVEN_USER }}
3939
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
4540
build-windows:
4641
environment: UnityTranslate Build
4742
runs-on: windows-latest
@@ -71,9 +66,4 @@ jobs:
7166
run: ./gradlew :native:publish
7267
env:
7368
MAVEN_USER: ${{ secrets.MAVEN_USER }}
74-
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
75-
- name: Upload build artifacts
76-
uses: actions/upload-artifact@v4
77-
with:
78-
name: Windows x86-64 Natives
79-
path: native/build/libs/UnityTranslateLib-*.jar
69+
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}

0 commit comments

Comments
 (0)