Skip to content

Commit

Permalink
ci: Fix windows ladspa lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikorose committed Oct 20, 2022
1 parent 68619d2 commit eb02d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:

- name: Rename to target
run: |
mv "target/${{ matrix.target }}/release-lto/${{ matrix.libname }}.${{ matrix.libext }}" "${{ env.TARGET_DIR }}/libdeep_filter_ladspa-${{ env.DF_VERSION }}-${{ matrix.target }}.${{ matrix.libext }}"
mv "target/${{ matrix.target }}/release-lto/${{ matrix.libname }}.${{ matrix.libext }}" "${{ env.TARGET_DIR }}/${{ matrix.libname }}-${{ env.DF_VERSION }}-${{ matrix.target }}.${{ matrix.libext }}"
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit eb02d0e

Please sign in to comment.