diff --git a/.github/workflows/macOS_x86_64.yml b/.github/workflows/macOS_x86_64.yml index 31bbe9e82..1b384bc4d 100644 --- a/.github/workflows/macOS_x86_64.yml +++ b/.github/workflows/macOS_x86_64.yml @@ -41,6 +41,10 @@ jobs: key: ${{ github.workflow }}-v2-${{ github.sha }} restore-keys: ${{ github.workflow }}-v2- + - name: Clean previous DMG + working-directory: ${{github.workspace}} + run: rm -f build/*.dmg + - name: Build working-directory: ${{github.workspace}} shell: bash