Skip to content

Commit 0af9c26

Browse files
author
Peter Schwips
committed
fix: fixed static links
1 parent ef92486 commit 0af9c26

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Build executable with PyInstaller (Windows)
8686
shell: bash
8787
run: |
88-
uv run pyinstaller --onefile main.py --name DatasphereAutomation --icon static/datasphere.ico
88+
uv run pyinstaller --onefile main.py --name DatasphereAutomation --icon sap_datasphere_automation/static/datasphere.ico
8989
9090
- name: Package artifact with version
9191
shell: bash

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Retro-styled CLI for SAP Datasphere** that automates various tasks such as managing
44
analytical models, remote tables, task chains and views.
55

6-
![Preview of the CLI](./static/cli.png)
6+
![Preview of the CLI](./sap_datasphere_automation//static/cli.png)
77

88
## 📋 Table of Contents
99

@@ -151,7 +151,7 @@ callback code.
151151
152152
**This is how your OAuth Client should look like:**
153153
154-
<img src="static/setup.png" alt="example-setup" width="600"/>
154+
<img src="./sap_datasphere_automation/static/setup.png" alt="example-setup" width="600"/>
155155
156156
### Creating settings.ini
157157

static/setup.png renamed to sap_datasphere_automation/static/setup.png

File renamed without changes.

0 commit comments

Comments
 (0)