remove parent folder in tar.gz
This commit is contained in:
parent
98062365d5
commit
f441101c25
|
|
@ -65,8 +65,7 @@ jobs:
|
|||
run: |
|
||||
shopt -s dotglob
|
||||
tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar *
|
||||
cd ../
|
||||
tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf invoiceninja.tar.gz invoiceninja/
|
||||
tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar.gz *
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
|
|
|||
Loading…
Reference in New Issue