Skip to content

Commit c135f74

Browse files
committed
aarch64: always run remove volumes step
1 parent 211aaaa commit c135f74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/aarch64.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ jobs:
4848
mv /Volumes/tools/${{ matrix.target }}-aarch64-darwin.tar.gz .
4949
sha256sum ${{ matrix.target }}-aarch64-darwin.tar.gz > ${{ matrix.target }}-aarch64-darwin.tar.gz.sha256
5050
- name: Remove volumes
51+
if: ${{ always() }}
5152
run: |
52-
hdiutil detach /Volumes/build
53-
hdiutil detach /Volumes/tools
53+
hdiutil detach /Volumes/build | true
54+
hdiutil detach /Volumes/tools | true
5455
- name: Upload Toolchain
5556
uses: actions/upload-artifact@v2
5657
with:

0 commit comments

Comments
 (0)