Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-45 committed Dec 4, 2024
1 parent 8da7de6 commit f369949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:

jobs:
build:
permissions:
contents: write
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -88,7 +90,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os_name }}-${{ matrix.os_arch }} Build
name: Spleeter Portable ${{ matrix.os_name }}-${{ matrix.os_arch }} Build
if-no-files-found: warn
overwrite: true
include-hidden-files: true
Expand Down

0 comments on commit f369949

Please sign in to comment.