Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Nov 3, 2024
1 parent 9ccbba1 commit 551f3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: "22"
- uses: bahmutov/npm-install@v1
- run: yarn build
- run: ./package.sh
- run: chmod +x ./package.sh && ./package.sh
- uses: actions/upload-artifact@v4
with:
name: standalone_keycloak_theme
Expand Down

0 comments on commit 551f3ea

Please sign in to comment.