diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c46ac5a..00001f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - refs: [latest, 2022-01-04, MSY2-version, 2021-01-30, 27bc126] + releases: [2022-01-04, 2021-04-29, 2021-01-30, 2020-11-22, 2020-07-15, 2020-05-19] runs-on: windows-latest steps: @@ -81,4 +81,4 @@ jobs: - name: Add GTK uses: ./ with: - ref: ${{ matrix.refs }} + release: ${{ matrix.releases }} diff --git a/action.yml b/action.yml index 3099c7e..98098ec 100644 --- a/action.yml +++ b/action.yml @@ -4,8 +4,8 @@ description: 'This will add GTK+ in Windows Runtime Environment' inputs: - ref: - description: The branch, tag or SHA to use. Default is 2022-01-04. + release: + description: The release tag to use. Default is 2022-01-04. required: true default: 2022-01-04 @@ -28,7 +28,7 @@ runs: if: runner.os == 'Windows' with: repository: tschoonj/GTK-for-Windows-Runtime-Environment-Installer - ref: ${{ inputs.ref }} + ref: ${{ inputs.release }} path: _tempGTK sparse-checkout: gtk-nsis-pack sparse-checkout-cone-mode: false