diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f535207..d8456a7 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -14,10 +14,10 @@ jobs: - name: get latest commit hash run: echo "LATEST_COMMIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_ENV - name: create commit hash file - run: | - echo $LATEST_COMMIT_HASH > latest_commit_hash.txt - echo "Captured commit hash: $LATEST_COMMIT_HASH" - - name: Archive Repository with Commit Hash + run: echo $LATEST_COMMIT_HASH > latest_commit_hash.txt + - name: dev + echo "Captured commit hash: $LATEST_COMMIT_HASH" + - name : Archive Repository with Commit Hash run: zip -r archive_with_hash.zip . -x "*.git*" -x "*.github*" - name: Upload to zip-archive branch run: |