Browse Source

Clear old dmg builds before each build

pull/8116/head
Anders Jenbo 7 months ago committed by Stephen C. Wills
parent
commit
14c0f86b4f
  1. 4
      .github/workflows/macOS_x86_64.yml

4
.github/workflows/macOS_x86_64.yml

@ -41,6 +41,10 @@ jobs:
key: ${{ github.workflow }}-v2-${{ github.sha }} key: ${{ github.workflow }}-v2-${{ github.sha }}
restore-keys: ${{ github.workflow }}-v2- restore-keys: ${{ github.workflow }}-v2-
- name: Clean previous DMG
working-directory: ${{github.workspace}}
run: rm -f build/*.dmg
- name: Build - name: Build
working-directory: ${{github.workspace}} working-directory: ${{github.workspace}}
shell: bash shell: bash

Loading…
Cancel
Save