Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar authored Jul 16, 2024
1 parent 876df0b commit 16417df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 16417df

Please sign in to comment.