aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/CI.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 22aa6e5..9106fe2 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -122,14 +122,14 @@ jobs:
if: github.event_name == 'release' && (contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos'))
run: |
cd fpm
- fpm run --runner cp -- fpm-${{ matrix.os }}-x86_64-debug
+ fpm run --flag --static --runner cp -- fpm-${{ matrix.os }}-x86_64-debug
- name: Stage file for upload (Windows)
if: github.event_name == 'release' && contains(matrix.os, 'windows')
shell: cmd
run: |
cd fpm
- fpm run --runner copy -- fpm-${{ matrix.os }}-x86_64-debug
+ fpm run --flag --static --runner copy -- fpm-${{ matrix.os }}-x86_64-debug
- name: Upload dev trunk binary release
if: github.event_name == 'release'