diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f8793586fed..ea5993401597 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - name: 'Cleanup build folder' + - name: Cleanup build folder run: | ls -la ./ rm -rf ./* || true @@ -91,7 +91,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - name: 'Cleanup build folder' + - name: Cleanup build folder run: | ls -la ./ rm -rf ./* || true