Skip to content

Commit

Permalink
Update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dogzz9445 committed Jul 15, 2024
1 parent 55054a8 commit 792f752
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
TargetPlatform: ${{ matrix.targetplatform }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ${{ env.Wpf_Project_Path }}\bin\${{ env.Configuration }}\${{ env.TargetPlatform }}\${{ matrix.ChannelName }}.zip
asset_path: ${{ env.Wpf_Project_Directory }}\bin\${{ env.Configuration }}\${{ env.TargetPlatform }}\${{ matrix.ChannelName }}.zip
asset_name: ${{ matrix.ChannelName }}.zip
asset_content_type: application/zip
if: matrix.ChannelName == 'DevExe' || matrix.ChannelName == 'ProdExe'
33 changes: 24 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Corathing
### Organize Anything with Customizable Widget Dashboards <img src="docs/images/logo_256.png" alt="drawing" width="32"/>
# Corathing <img src="docs/images/logo_256.png" alt="drawing" width="32"/>
### Organize Anything with Customizable Widget Dashboards

Corathing is Customizable Widget Organizer. It is a WPF application that allows you to organize anything with customizable widget dashboards. You can create your own widgets or use the default widgets provided by Corathing.

Expand All @@ -9,11 +9,11 @@ Corathing is Customizable Widget Organizer. It is a WPF application that allows

![sample](docs/images/version0.0.9.gif)

## 영감
## Inspiration (영감)
- [Freeter](https://github.com/FreeterApp/Freeter) - Freeter is a productivity app that allows you to gather everything in one place.
- UI/UX 및 기능들에 영감을 얻었습니다.
- [Grafana](https://grafana.com/) - Grafana is the open-source analytics & monitoring solution for every database.
- 대시보드를 만들어서 모니터링에 영감을 얻었습니다.
- 대시보드 모니터링에 영감을 얻었습니다.

✔️ Features
-
Expand All @@ -26,21 +26,36 @@ Corathing is Customizable Widget Organizer. It is a WPF application that allows
-
| Name| Folder |Framework | Description | Version
| --- | --- | --- | --- | --- |
| Corathing.Widgets.Basics | src/Apps | WPF | | ```시작전```
| | | WPF | | ```시작전```
| Corathing.Contracts | src/Shared | .Net 8.0 | | ```진행중```
| Corathing.Contracts.Utils | src/Shared | .Net 8.0 | | ```진행중```
| Corathing.Dashboards | src/Shared | .Net 8.0 | | ```진행중```
| Corathing.Dashboards.WPF | src/Shared | WPF | | ```진행중```
| Corathing.Dashboards.AvaloniaUI | src/Shared | Avalonia | | ```시작전 Roadmap 3```
| Corathing.UI | src/Shared | .Net 8.0 | | ```진행중```
| Corathing.UI.WPF | src/Shared | WPF | | ```진행중```
| Corathing.UI.AvaloniaUI | src/Shared | Avalonia | | ```시작전 Roadmap 3```


📁 Apps
-
| Name| Folder |Framework | Description | Version
| --- | --- | --- | --- | --- |
| Corathing.Widgets.Basics | src/Apps | WPF | | ```시작전```
| | | WPF | | ```시작전```
| Corathing.Organizer | src/Apps | .Net 8.0 | | ```진행중```
| Corathing.Organizer.WPF | src/Apps | WPF | | ```진행중```
| Corathing.Organizer.AvaloniaUI | src/Apps | AvaloniaUI | | ```시작전 Roadmap 3```
| Corathing.Organizer.AvaloniaUI.Windows | src/Apps | AvaloniaUI | | ```시작전 Roadmap 3```
| Corathing.Organizer.AvaloniaUI.Mac | src/Apps | AvaloniaUI | | ```시작전 Roadmap 3```


📁 Widgets
-
| Name| Folder |Framework | Description | Version
| --- | --- | --- | --- | --- |
| [Corathing.Widgets.Basics](src/Widgets/Corathing.Widgets.Basics/README.md) | src/Apps | WPF | | ```시작전```
| [Corathing.Widgets.Basics](src/Widgets/Corathing.Widgets.Basics/README.md) | src/Widgets | WPF | | ```진행중```
| | | WPF | | ```시작전```

📁 UnitTests
-
| Name| Folder |Framework | Description | Version
| --- | --- | --- | --- | --- |
| | | WPF | | ```시작전```

0 comments on commit 792f752

Please sign in to comment.