adds artifacts to the root of the tarball

This commit is contained in:
Christopher Lowenthal 2022-11-07 11:00:41 -05:00
parent 986aea1d22
commit a4630a17c7

View file

@ -197,7 +197,7 @@ jobs:
- run: ls -alt artifacts/
- run: |
tar -cvzf featurebase-${{needs.meta.outputs.version}}.tar.gz -C artifacts *
tar -cvz -C artifacts -f featurebase-${{needs.meta.outputs.version}}.tar.gz *
tar -tf featurebase-${{needs.meta.outputs.version}}.tar.gz
- uses: actions/upload-artifact@v3