fix: artifact upload
All checks were successful
First CI / build (win-x64) (push) Successful in 1m34s
First CI / build (linux-x64) (push) Successful in 1m38s

This commit is contained in:
mykola-derevianko
2025-11-21 11:29:15 +01:00
parent 331ea918d5
commit cdcfd18d08

View File

@@ -20,3 +20,9 @@ jobs:
with:
name: app-${{ matrix.rid }}
path: app/${{ matrix.rid }}
- run: tar cf app-${{ matrix.rid }}.tar app/
- uses: actions/upload-artifact@v3
with:
name: app-${{ matrix.rid }}
path: ./app/app-${{ matrix.rid }}.tar