diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea5993401597..868ad513321a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,11 +45,11 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Cleanup build folder - run: | - ls -la ./ - rm -rf ./* || true - rm -rf ./.??* || true - ls -la ./ + run: | + ls -la ./ + rm -rf ./* || true + rm -rf ./.??* || true + ls -la ./ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - uses: dorny/paths-filter@v2 @@ -92,11 +92,11 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Cleanup build folder - run: | - ls -la ./ - rm -rf ./* || true - rm -rf ./.??* || true - ls -la ./ + run: | + ls -la ./ + rm -rf ./* || true + rm -rf ./.??* || true + ls -la ./ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - uses: dorny/paths-filter@v2