6
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m18s
First CI / build (win-x64) (push) Successful in 1m23s

This commit is contained in:
szymon 2024-11-22 11:51:18 +01:00
parent 5ff29d0941
commit f52f1129a0

View File

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