Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-45 authored Oct 27, 2023
1 parent 1c16a58 commit b054eae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
run: |
brew update
brew install portaudio
brew install libsndfile
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -76,20 +75,20 @@ jobs:
windows-icon-from-ico: assets/WLEDAudioSync30.ico
macos-app-icon: assets/WLEDAudioSync30.ico
onefile: true
output-file: WLEDAudioSyncRTBPM-${{runner.os}}
output-file: WLEDAudioSyncRTBeat-${{runner.os}}

- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: ${{runner.os}} Build
if-no-files-found: warn
path: 'build/WLEDAudioSyncRTBPM-${{runner.os}}**'
path: 'build/WLEDAudioSyncRTBeat-${{runner.os}}**'

- name: Create Release ${{github.event.inputs.mytag}} with Builds from Nuitka
uses: ncipollo/release-action@v1
with:
allowUpdates: true
commit: main
tag: ${{github.event.inputs.mytag}}
artifacts: 'build/WLEDAudioSyncRTBPM-${{runner.os}}**'
artifacts: 'build/WLEDAudioSyncRTBeat-${{runner.os}}**'

0 comments on commit b054eae

Please sign in to comment.