diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a23c85..04cf579 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,11 +26,13 @@ jobs: run: | git clone https://github.com/opencaesar/oml.git cd oml - git log + type version.txt ./gradlew.bat publishToMavenLocal cd .. - name: Build - run: ./gradlew.bat build --stacktrace + run: / + ./gradlew.bat buildEnvironment + ./gradlew.bat build --stacktrace deploy: needs: [build_windows]