add date to tarball

This commit is contained in:
Aaron Bieber 2021-01-23 07:30:35 -07:00 committed by GitHub
parent 15784df8ae
commit a86b9f47cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
yarn install
yarn build
yarn cache clean
tar -czvf organice-${{ github.ref }}.tar.gz build
tar -czvf organice-$(date +"%Y-%m-%d").tar.gz build
- name: Copy Organice into gavin
run: cp -r organice_repo/build organice