We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f369949 commit 4c1f46dCopy full SHA for 4c1f46d
1 file changed
.github/workflows/manual.yml
@@ -87,17 +87,6 @@ jobs:
87
fi
88
shell: bash
89
90
- - name: Upload Artifacts
91
- uses: actions/upload-artifact@v4
92
- with:
93
- name: Spleeter Portable ${{ matrix.os_name }}-${{ matrix.os_arch }} Build
94
- if-no-files-found: warn
95
- overwrite: true
96
- include-hidden-files: true
97
- path: 'spleeter-portable-${{ matrix.os_name }}-${{ matrix.os_arch }}**'
98
-
99
100
101
- name: Create Release ${{github.event.inputs.mytag}} for Spleeter Portable python-headless-3.10.15
102
uses: ncipollo/release-action@v1
103
with:
0 commit comments