z5p
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m6s
First CI / build (win-x64) (push) Successful in 1m14s

This commit is contained in:
vladyslav-crunch
2025-11-21 11:26:20 +01:00
parent f204907a92
commit 344750252b

View File

@@ -13,8 +13,8 @@ jobs:
dotnet-version: "8.0.x"
- run: dotnet restore
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
- name: Upload Artifact ${{ matrix.rid }}
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: app-${{ matrix.rid }}
path: app/
path: app/${{ matrix.rid }}