diff options
author | LKedward <laurence.kedward@bristol.ac.uk> | 2020-11-21 10:07:07 +0000 |
---|---|---|
committer | LKedward <laurence.kedward@bristol.ac.uk> | 2020-11-21 10:07:07 +0000 |
commit | 846d4e50fd5e9c6fe7538409d9f4ae3722d0eca7 (patch) | |
tree | 6f7a602687e6e6d17c466fb425688fa941a56dd3 /.github | |
parent | bf73a2a043b43d21c1f45131191a14287dfc3d0f (diff) | |
download | fpm-846d4e50fd5e9c6fe7538409d9f4ae3722d0eca7.tar.gz fpm-846d4e50fd5e9c6fe7538409d9f4ae3722d0eca7.zip |
Update: README with executable permission text for binaries
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/CI.yml | 4 |
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 |