Skip to content

Commit

Permalink
workflow: remove double .zip in CLI artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ committed Nov 14, 2024
1 parent 2bd24b9 commit e6307d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Il2CppInspectorRedux.CLI-${{ matrix.rid }}.zip
name: Il2CppInspectorRedux.CLI-${{ matrix.rid }}
path: ./${{ matrix.rid }}

0 comments on commit e6307d0

Please sign in to comment.