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 ab2137a commit 55054a8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
App_Packages_Directory: AppPackages
SigningCertificate: GitHubActionsPackageCorathing.pfx
Solution_Path: Corathing.sln
Wpf_Project_Directory: src\Apps\Corathing.Organizer.WPF
Wpf_Project_Path: src\Apps\Corathing.Organizer.WPF\Corathing.Organizer.WPF.csproj
Wap_Project_Directory: src\Apps\Corathing.Package
Wap_Project_Name: Corathing.Package.wapproj
Expand Down Expand Up @@ -178,12 +179,12 @@ jobs:
if: matrix.ChannelName != 'Prod_Store'

# Archive the exe
- name: Create archive
run: Compress-Archive -Path $env:Wpf_Project_Path\bin\$env:Configuration\$env:TargetPlatform\* -DestinationPath $env:Wpf_Project_Path\bin\$env:Configuration\$env:TargetPlatform\$env:ChannelName.zip
- name: Create archive exe
run: Compress-Archive -Path $env:Wpf_Project_Directory\bin\$env:Configuration\$env:TargetPlatform\* -DestinationPath $env:Wpf_Project_Directory\bin\$env:Configuration\$env:TargetPlatform\$env:ChannelName.zip
if: matrix.ChannelName == 'DevExe' || matrix.ChannelName == 'ProdExe'

# Archive the package
- name: Create archive
- name: Create archive package
run: Compress-Archive -Path $env:Wap_Project_Directory\$env:App_Packages_Directory\* -DestinationPath $env:Wap_Project_Directory\$env:App_Packages_Directory\$env:App_Packages_Archive
if: matrix.ChannelName == 'Dev' || matrix.ChannelName == 'Prod_Sideload' || matrix.ChannelName == 'Prod_Store'

Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,25 @@ Corathing is Customizable Widget Organizer. It is a WPF application that allows
❌ Features - TBD
-

📁 Shared
-
| Name| Folder |Framework | Description | Version
| --- | --- | --- | --- | --- |
| Corathing.Widgets.Basics | src/Apps | WPF | | ```시작전```
| | | WPF | | ```시작전```


📁 Apps
-
| Name| Folder |Framework | Description | Version
| --- | --- | --- | --- | --- |
| Corathing.Widgets.Basics | src/Apps | WPF | | ```시작전```
| | | WPF | | ```시작전```


📁 Widgets
-
| Name| Folder |Framework | Description | Version
| --- | --- | --- | --- | --- |
| Corathing.Widgets.Basics | src/Apps | WPF | Grafana 를 이용한 WPF 모니터링 툴 | ```시작전```
| [Corathing.Widgets.Basics](src/Widgets/Corathing.Widgets.Basics/README.md) | src/Apps | WPF | | ```시작전```
| | | WPF | | ```시작전```

0 comments on commit 55054a8

Please sign in to comment.