We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211aaaa commit c135f74Copy full SHA for c135f74
.github/workflows/aarch64.yml
@@ -48,9 +48,10 @@ jobs:
48
mv /Volumes/tools/${{ matrix.target }}-aarch64-darwin.tar.gz .
49
sha256sum ${{ matrix.target }}-aarch64-darwin.tar.gz > ${{ matrix.target }}-aarch64-darwin.tar.gz.sha256
50
- name: Remove volumes
51
+ if: ${{ always() }}
52
run: |
- hdiutil detach /Volumes/build
53
- hdiutil detach /Volumes/tools
+ hdiutil detach /Volumes/build | true
54
+ hdiutil detach /Volumes/tools | true
55
- name: Upload Toolchain
56
uses: actions/upload-artifact@v2
57
with:
0 commit comments