aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CI.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 20ff6ce..8165ded 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -142,10 +142,6 @@ jobs:
${{ matrix.BOOTSTRAP_RELEASE_CMD }}
${{ matrix.HASH_CMD }}
- - name: Make executable
- if: github.event_name == 'release' && (contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos'))
- run: chmod u+x fpm/fpm-v*
-
- name: Upload assets
if: github.event_name == 'release'
uses: svenstaro/upload-release-action@v2