Skip to content

Commit a9dc31f

Browse files
committed
MORE FUN!
1 parent 1ebeb81 commit a9dc31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88

99
jobs:
10-
build-windows:
10+
build-linux:
1111
environment: UnityTranslate Build
1212
runs-on: ubuntu-latest
1313

@@ -34,7 +34,7 @@ jobs:
3434
restore-keys: |
3535
${{ runner.os }}-gradle-
3636
- name: Build and publish artifacts
37-
run: ./gradlew publish
37+
run: ./gradlew publish --info
3838
env:
3939
MAVEN_USER: ${{ secrets.MAVEN_USER }}
4040
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}

0 commit comments

Comments
 (0)