Skip to content

Commit 065b962

Browse files
Fix artifacts merge bug
1 parent 75b4724 commit 065b962

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
run: pip install -r requirements.txt
2121
- name: Build
2222
run: python build.py
23-
- name: Show info
24-
run: file dist/*
2523
- uses: actions/upload-artifact@v4
2624
with:
2725
name: ${{ matrix.os }}
2826
path: installer/dist/
27+
separate-directories: true
2928
merge:
3029
name: Merge artifacts
3130
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)