Skip to content

Commit

Permalink
ci: lkfsdjgabkldjfbgkljebrglkberlkgjbnaef
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 7, 2023
1 parent 8f6a85d commit e748aba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-

- name: delete existing bundles on linux and macos
continue-on-error: true
if: matrix.platform == 'macos-latest' || matrix.platform == 'ubuntu-20.04'
run: |
rm -rf apps/gui/src-tauri/target/release/bundle
- name: delete existing bundles on windows
continue-on-error: true
if: matrix.platform == 'windows-latest'
run: |
Remove-Item -Recurse -Force apps/gui/src-tauri/target/release/bundle
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-

- name: delete existing bundles on linux and macos
continue-on-error: true
if: matrix.platform == 'macos-latest' || matrix.platform == 'ubuntu-20.04'
run: |
rm -rf apps/gui/src-tauri/target/release/bundle
- name: delete existing bundles on windows
continue-on-error: true
if: matrix.platform == 'windows-latest'
run: |
Remove-Item -Recurse -Force apps/gui/src-tauri/target/release/bundle
Expand Down

0 comments on commit e748aba

Please sign in to comment.