diff options
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files 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/[email protected] - run: npx -y -p [email protected] gh-pages -u "github-actions-bot <[email protected]>" -d build -
\ No newline at end of file + |