Skip to content

Commit

Permalink
update builder
Browse files Browse the repository at this point in the history
  • Loading branch information
gosha20777 committed Apr 18, 2024
1 parent cfc7705 commit 90894bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- run: cd src && dotnet build --configuration Release
- name: Create artifact linux
run: |
dotnet tool install --global dotnet-rpm8
dotnet tool install --global dotnet-deb8
dotnet tool install --global dotnet-rpm-net8
dotnet tool install --global dotnet-deb-net8
dotnet tool install --global dotnet-tarball-net8
echo "building packeges"
dotnet restore src/LacmusApp.sln
Expand Down

0 comments on commit 90894bf

Please sign in to comment.