Skip to content

Commit

Permalink
update CI to create archive of aether.lv2 instead of build/aether.lv2
Browse files Browse the repository at this point in the history
Should work this time
  • Loading branch information
Dougal-s committed Jul 15, 2021
1 parent 05339fd commit 7e8dd80
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
cmake --build . --config $BUILD_TYPE
- name: Create Archive
working-directory: ${{github.workspace}}/build
run: tar -cJf ${{ env.ARCHIVE_NAME }} aether.lv2
run: tar -cJf ${{ env.ARCHIVE_NAME }} -C build aether.lv2

- uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -84,8 +83,7 @@ jobs:
cmake --build . --config $BUILD_TYPE
- name: Create Archive
working-directory: ${{github.workspace}}/build
run: tar -cJf ${{ env.ARCHIVE_NAME }} aether.lv2
run: tar -cJf ${{ env.ARCHIVE_NAME }} -C build aether.lv2

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7e8dd80

Please sign in to comment.