Skip to content

Commit

Permalink
remove deb artifact for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Oct 19, 2023
1 parent 191ae37 commit 067b323
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
name: neural_amp_modeler.lv2-linux-amd64
path: ${{github.workspace}}/build/neural_amp_modeler.lv2

- name: Upload deb
uses: actions/upload-artifact@v1
with:
name: neural_amp_modeler.lv2-linux-deb-amd64
path: ${{github.workspace}}/build/*.deb
# - name: Upload deb
# uses: actions/upload-artifact@v1
# with:
# name: neural_amp_modeler.lv2-linux-deb-amd64
# path: ${{github.workspace}}/build/*.deb

build-windows:
name: Build Windows
Expand Down

0 comments on commit 067b323

Please sign in to comment.