Skip to content

Commit

Permalink
🔧 remove package reference duplicates, remove deployment for x86 plat…
Browse files Browse the repository at this point in the history
…forms
  • Loading branch information
russkyc committed Dec 22, 2024
1 parent 52d62c6 commit df168ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,9 @@ jobs:
- name: Setup PupNet
run: dotnet tool install -g KuiperZone.PupNet

- name: Build x86 Zip
run: pupnet -r win-x86 -y -k zip -v ${{ steps.package_version.outputs.version }} -o nitefox-win-${{ steps.package_version.outputs.version }}-x86.zip

- name: Build x64 Zip
run: pupnet -r win-x64 -y -k zip -v ${{ steps.package_version.outputs.version }} -o nitefox-win-${{ steps.package_version.outputs.version }}-x64.zip

- name: Build x86 Setup
run: pupnet -r win-x86 -y -k setup -v ${{ steps.package_version.outputs.version }} -o nitefox-win-${{ steps.package_version.outputs.version }}-installer-x86.exe

- name: Build x64 Setup
run: pupnet -r win-x64 -y -k setup -v ${{ steps.package_version.outputs.version }} -o nitefox-win-${{ steps.package_version.outputs.version }}-installer-x64.exe

Expand Down
1 change: 0 additions & 1 deletion Nitefox.Client.Photino/Nitefox.Client.Photino.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView" Version="8.0.11" />
<PackageReference Include="MudBlazor" Version="7.15.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1"/>
<PackageReference Include="Photino.Blazor" Version="3.2.0" />
</ItemGroup>

Expand Down

0 comments on commit df168ea

Please sign in to comment.