summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deployment.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deployment.yml')
-rw-r--r--.github/workflows/deployment.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index d6dbb4b1..2ea2bd25 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -203,6 +203,8 @@ jobs:
run: |
strip target/${{ matrix.triple.target }}/release/btm
+ # TODO: Strip ARM
+
- name: Bundle release and completion (Windows)
if: matrix.triple.os == 'windows-2019'
shell: bash