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 369b30d commit 94de42dCopy full SHA for 94de42d
.github/workflows/ci.yml
@@ -41,6 +41,8 @@ jobs:
41
arch: amd64
42
43
runs-on: ubuntu-latest
44
+ permissions:
45
+ contents: write
46
steps:
47
- name: Checkout
48
uses: actions/checkout@v4
@@ -63,6 +65,10 @@ jobs:
63
65
- name: Build
64
66
run: make
67
68
+ - name: Strip
69
+ if: ${{ github.event_name == 'release' }}
70
+ run: strip ${{ env.BIN }}
71
+
72
- name: Upload artifacts
73
uses: actions/upload-artifact@v4
74
with:
0 commit comments