From 2576f2b7c7df163e076ae491505a4a0521835297 Mon Sep 17 00:00:00 2001 From: Benjamin Degenhart Date: Fri, 5 Apr 2024 22:31:06 +0200 Subject: [PATCH] Update pipeline.yml --- .github/workflows/pipeline.yml | 3 --- 1 file changed, 3 deletions(-) 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"