CMS updates: Craft 4.6.0, neo 4.0.2 #73
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Recreates the project.tar.gz file | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "project/*" | |
jobs: | |
tarball: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
with: | |
ref: ${{ github.head_ref }} | |
- name: Create tar file | |
run: tar zcvf project.tar.gz project | |
- uses: stefanzweifel/git-auto-commit-action@master | |
with: | |
commit_message: New projet tarball | |
file_pattern: project.tar.gz |