Fix avatars being limited to 255px (again) #1
@@ -13,10 +13,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Verify .NET installation
|
|
||||||
run: dotnet --version
|
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
@@ -29,13 +25,8 @@ jobs:
|
|||||||
- name: Build project
|
- name: Build project
|
||||||
run: dotnet build --no-restore --configuration Release --nologo
|
run: dotnet build --no-restore --configuration Release --nologo
|
||||||
|
|
||||||
- name: Publish Windows self-contained executable
|
- name: Publish Windows executable
|
||||||
run: |
|
run: dotnet publish -c Release -r win-x64 --self-contained true -o ./publish
|
||||||
dotnet publish MareSynchronos.csproj \
|
|
||||||
-c Release \
|
|
||||||
-r win-x64 \
|
|
||||||
--self-contained true \
|
|
||||||
-o ./publish
|
|
||||||
|
|
||||||
- name: Archive published files
|
- name: Archive published files
|
||||||
run: zip -r SnowcloakClient.zip ./publish/*
|
run: zip -r SnowcloakClient.zip ./publish/*
|
||||||
|
Reference in New Issue
Block a user