Skip to content

Commit a3d166c

Browse files
committed
dumbest commits already :(
1 parent ed56186 commit a3d166c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish_nightly_after_pushs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: dotnet restore ./src/Material.WindowStyle
1818
- name: Build
1919
run: dotnet build --no-restore --configuration Release ./src/Material.WindowStyle/Material.WindowStyle.csproj
20+
- name: copy readme to ./src/Material.WindowStyle
21+
run: cp ./README.md ./src/Material.WindowStyle/README.md
2022
- name: Pack
2123
run: dotnet pack --configuration Release -p:PatchNumber=$GITHUB_RUN_NUMBER-alpha ./src/Material.WindowStyle/Material.WindowStyle.csproj
2224
- name: Move package to artifacts

.github/workflows/publish_release_after_PR_to_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: dotnet restore ./src/Material.WindowStyle
1818
- name: Build
1919
run: dotnet build --no-restore --configuration Release ./src/Material.WindowStyle/Material.WindowStyle.csproj
20+
- name: copy readme to ./src/Material.WindowStyle
21+
run: cp ./README.md ./src/Material.WindowStyle/README.md
2022
- name: Pack
2123
run: dotnet pack --configuration Release ./src/Material.WindowStyle/Material.WindowStyle.csproj
2224
- name: Move package to artifacts

0 commit comments

Comments
 (0)