workflow: remove double .zip in CLI artifact name

This commit is contained in:
LukeFZ
2024-11-14 08:03:22 +01:00
parent 2bd24b9c12
commit e6307d009c

View File

@@ -73,5 +73,5 @@ jobs:
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: Il2CppInspectorRedux.CLI-${{ matrix.rid }}.zip name: Il2CppInspectorRedux.CLI-${{ matrix.rid }}
path: ./${{ matrix.rid }} path: ./${{ matrix.rid }}