Unverified Commit 9f2a1bbd authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub

Fixes

parent 3bf38b26
......@@ -38,11 +38,13 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
cd $GITHUB_WORKSPACE/skiko
./gradlew publishToMavenLocal
windows:
runs-on: windows-2019
......@@ -52,7 +54,6 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Run a multi-line script
run: |
cd $GITHUB_WORKSPACE/skiko
./gradlew publishToMavenLocal
gradlew publishToMavenLocal
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment