Skip to content

Commit 068456e

Browse files
committed
Fixing release actions on Linux
1 parent 821a309 commit 068456e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux-deb-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
cd src/Camelot
2323
./dotnet-deb install
24+
rm Directory.Build.props
2425
./dotnet-deb --configuration Release
2526
- name: Archive Artifact
2627
run: |

.github/workflows/linux-rpm-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
cd src/Camelot
2323
./dotnet-rpm install
24+
rm Directory.Build.props
2425
./dotnet-rpm --configuration Release
2526
- name: Archive Artifact
2627
run: |

0 commit comments

Comments
 (0)