Skip to content

(chore) Clean up by Felou #77

(chore) Clean up by Felou

(chore) Clean up by Felou #77

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