Runner test 5
All checks were successful
Server AOT Publish / publish (push) Successful in 25s

This commit is contained in:
olcxja 2026-05-02 07:23:26 +02:00
commit c515d33f90
2 changed files with 10 additions and 6 deletions

View file

@ -19,14 +19,16 @@ jobs:
run: dotnet restore run: dotnet restore
- name: Publish Native AOT - name: Publish Native AOT
run: |
run: dotnet publish ./LarpixServer/LarpixServer.csproj -c Release \ dotnet publish ./LarpixServer/LarpixServer.csproj \
-c Release \
-r linux-x64 \ -r linux-x64 \
--self-contained true \ --self-contained true \
-p:PublishSingleFile=true \ -p:PublishSingleFile=true \
-p:PublishTrimmed=true \ -p:PublishTrimmed=true \
-p:IncludeNativeLibrariesForSelfExtract=true \ -p:IncludeNativeLibrariesForSelfExtract=true \
-p:IncludeAllContentForSelfExtract=true \ -o ./publish -p:IncludeAllContentForSelfExtract=true \
-o ./publish
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3

View file

@ -19,14 +19,16 @@ jobs:
run: dotnet restore run: dotnet restore
- name: Publish Native AOT - name: Publish Native AOT
run: |
run: dotnet publish ./LarpixVoice/LarpixVoice.csproj -c Release \ dotnet publish ./LarpixVoice/LarpixVoice.csproj \
-c Release \
-r linux-x64 \ -r linux-x64 \
--self-contained true \ --self-contained true \
-p:PublishSingleFile=true \ -p:PublishSingleFile=true \
-p:PublishTrimmed=true \ -p:PublishTrimmed=true \
-p:IncludeNativeLibrariesForSelfExtract=true \ -p:IncludeNativeLibrariesForSelfExtract=true \
-p:IncludeAllContentForSelfExtract=true \ -o ./publish -p:IncludeAllContentForSelfExtract=true \
-o ./publish
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3