Skip to content

Commit

Permalink
Fixing release actions on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarX committed Dec 4, 2024
1 parent 821a309 commit 068456e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-deb-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
cd src/Camelot
./dotnet-deb install
rm Directory.Build.props
./dotnet-deb --configuration Release
- name: Archive Artifact
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-rpm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
cd src/Camelot
./dotnet-rpm install
rm Directory.Build.props
./dotnet-rpm --configuration Release
- name: Archive Artifact
run: |
Expand Down

0 comments on commit 068456e

Please sign in to comment.