We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9b43a commit e8a1ce3Copy full SHA for e8a1ce3
.github/workflows/arm64.yml
@@ -27,6 +27,11 @@ jobs:
27
shell: bash
28
working-directory: ${{ github.workspace }}
29
30
+ - name: Strip executable
31
+ run: strip diamond
32
+ shell: bash
33
+ working-directory: ${{ github.workspace }}
34
+
35
- uses: actions/upload-artifact@v2
36
with:
37
name: diamond-arm64
.github/workflows/x86_64.yml
@@ -51,6 +51,11 @@ jobs:
51
52
53
54
55
56
57
58
59
60
61
name: diamond-${{ runner.os }}
0 commit comments