We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebeb81 commit a9dc31fCopy full SHA for a9dc31f
1 file changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ permissions:
7
contents: read
8
9
jobs:
10
- build-windows:
+ build-linux:
11
environment: UnityTranslate Build
12
runs-on: ubuntu-latest
13
@@ -34,7 +34,7 @@ jobs:
34
restore-keys: |
35
${{ runner.os }}-gradle-
36
- name: Build and publish artifacts
37
- run: ./gradlew publish
+ run: ./gradlew publish --info
38
env:
39
MAVEN_USER: ${{ secrets.MAVEN_USER }}
40
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
0 commit comments