Unverified Commit 6babe682 authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub

Fix builds

parent 9f2a1bbd
...@@ -43,8 +43,9 @@ jobs: ...@@ -43,8 +43,9 @@ jobs:
distribution: 'adopt' distribution: 'adopt'
java-version: '11' java-version: '11'
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Run a multi-line script - shell: bash
run: | run: |
cd ./skiko
./gradlew publishToMavenLocal ./gradlew publishToMavenLocal
windows: windows:
runs-on: windows-2019 runs-on: windows-2019
...@@ -52,8 +53,9 @@ jobs: ...@@ -52,8 +53,9 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: microsoft/setup-msbuild@v1 - uses: microsoft/setup-msbuild@v1
- uses: ilammy/msvc-dev-cmd@v1 - uses: ilammy/msvc-dev-cmd@v1
- name: Run a multi-line script - shell: bash
run: | run: |
gradlew publishToMavenLocal cd ./skiko
./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