Skip to content

Commit

Permalink
chore: Setting correct path for PNG file
Browse files Browse the repository at this point in the history
  • Loading branch information
m-seidel committed Jun 13, 2024
1 parent e4f6c58 commit b8d515e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Prepare Deployment
run: |
mkdir samples/weather-forecast/icons
cp samples/weather-forecast/resources/weather-forecast.svg samples/weather-forecast/dist/icons
cp samples/weather-forecast/resources/weather-forecast.png samples/weather-forecast/dist/icons
continuous-delivery-dev-de1:
name: Continuous Delivery (dev de1)
Expand Down
2 changes: 1 addition & 1 deletion samples/weather-forecast/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
import { WeatherForecastProps, WeatherForecast } from "./weather-forecast";
import { configurationSchema, uiSchema } from "./configuration-schema";
import pkg from "../package.json";
import widgetIcon from "../weather-forecast.png";
import widgetIcon from "../resources/weather-forecast.png";

/**
* This factory creates the class which is registered with the tagname in the `custom element registry`
Expand Down

0 comments on commit b8d515e

Please sign in to comment.