Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed May 15, 2023
1 parent 423f2f9 commit 6304bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
AR: x86_64-w64-mingw32-ar
CXX: x86_64-w64-mingw32-g++
run: make

- name: "Upload artifacts"
uses: actions/upload-artifact@v3
with:
name: ${{ env.SHA8 }}
name: wolf-shaper-${{ github.sha }}
path: |
bin/*
!bin/*-ladspa.dll
Expand Down

0 comments on commit 6304bd2

Please sign in to comment.