Consistent platform checks

This commit is contained in:
Tyrrrz 2024-05-23 18:03:52 +03:00
parent f1bc5a2266
commit 8380e88744

View file

@ -197,7 +197,7 @@ jobs:
path: ${{ matrix.app }}/ path: ${{ matrix.app }}/
- name: Set permissions - name: Set permissions
if: ${{ !startsWith(matrix.rid, 'win') }} if: ${{ !startsWith(matrix.rid, 'win-') }}
run: chmod +x ${{ matrix.app }}/${{ matrix.asset }} run: chmod +x ${{ matrix.app }}/${{ matrix.asset }}
- name: Create package - name: Create package