From 37f4756e3549d8a13096b311976c18e2e9daf4b1 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 1 Apr 2023 18:16:01 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fb0040a..b4ed31a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: - uses: bahmutov/npm-install@v1 - run: yarn build - run: npx keycloakify - - run: mv build_keycloak/target/*keycloak-theme*.jar keycloak-theme.jar + - run: mv build_keycloak/target/*.jar keycloak-theme.jar - uses: softprops/action-gh-release@v1 with: name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }} @@ -101,4 +101,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@v3.6.0 - run: npx -y -p gh-pages@3.0.0 gh-pages -u "github-actions-bot " -d build - \ No newline at end of file +