|
|
|
@ -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 |
|
|
|
|