From 79dbe11eac19b76665a6760d1654800f429bc47b Mon Sep 17 00:00:00 2001 From: Evgeny Akhmetkhanov Date: Sun, 11 Feb 2024 13:59:45 +0400 Subject: [PATCH] Fix action name and doc links --- .github/workflows/build.yml | 6 +++--- README.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36df581..5464625 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: ./.github/actions/build.yaml + - uses: ./.github/actions/build.yml build-windows: runs-on: windows-latest @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: ./.github/actions/build.yaml + - uses: ./.github/actions/build.yml build-macos: runs-on: macos-latest @@ -28,4 +28,4 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: ./.github/actions/build.yaml + - uses: ./.github/actions/build.yml diff --git a/README.md b/README.md index f22564e..c84ab34 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This example based on [QT Application Example](https://doc.qt.io/qt-5/qtwidgets- with [QT Application Example Sources](https://code.qt.io/cgit/qt/qtbase.git/tree/examples/widgets/mainwindows/application?h=5.15) ## Tested configurations -| Plugin Version | JVM | Gradle | Build Status | -|:--------------:|:---:|:------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| -| 1.1.x | 8 | 6.9.3 | [![Build Status](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml/badge.svg?branch=java-8)](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml?branch=java-8) | -| 1.2.x | 11 | 7.6.4 | [![Build Status](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml/badge.svg?branch=java-11)](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml?branch=java-11) | -| 1.3.x | 17 | 8.6 | [![Build Status](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml/badge.svg?branch=java-17)](https://github.com/axmetishe/gradle-qt-application/actions/workflows/build.yml?branch=java-17) | +| Plugin Version | JVM | Gradle | Build Status | +|:--------------:|:---:|:------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| +| 1.1.x | 8 | 6.9.3 | [![Build Status](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml/badge.svg?branch=java-8)](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml?branch=java-8) | +| 1.2.x | 11 | 7.6.4 | [![Build Status](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml/badge.svg?branch=java-11)](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml?branch=java-11) | +| 1.3.x | 17 | 8.6 | [![Build Status](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml/badge.svg?branch=java-17)](https://github.com/axmetishe/gradle-qt-application-example/actions/workflows/build.yml?branch=java-17) | Base sources use qmake while this example repository contains configuration for [Gradle Build Tool](https://gradle.org/) using [Gradle QT Plugin](https://github.com/axmetishe/gradle-qt-plugin)