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

Fix builds

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