diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dfbce7..4ad3fae 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -24,9 +24,6 @@ jobs: - name: Remove all files except the ZIP run: | - git rm -r --cached . - git clean -fdx - rm -rf * !("archive_with_hash.zip") git add archive_with_hash.zip git commit -m "Update ZIP archive with latest commit hash"