z5p
Some checks failed
First CI / build (win-x64) (push) Failing after 1m16s
First CI / build (linux-x64) (push) Failing after 1m21s

This commit is contained in:
vladyslav-crunch
2025-11-21 11:35:13 +01:00
parent 8eee4bd6ab
commit c7a63ac05c

View File

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