Skip to content

CMS updates: Craft 4.6.0, neo 4.0.2 #73

CMS updates: Craft 4.6.0, neo 4.0.2

CMS updates: Craft 4.6.0, neo 4.0.2 #73

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